[Mono-bugs] [Bug 405454] New: Can not pass CallContext slot via HTTPChannel + SoapFormatterSink
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Jul 1 13:36:57 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=405454
Summary: Can not pass CallContext slot via HTTPChannel +
SoapFormatterSink
Product: Mono: Runtime
Version: SVN
Platform: i686
OS/Version: Windows XP
Status: NEW
Severity: Major
Priority: P5 - None
Component: remoting
AssignedTo: lluis at novell.com
ReportedBy: migelU at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: DeveloperNet
Created an attachment (id=225395)
--> (https://bugzilla.novell.com/attachment.cgi?id=225395)
Call context data pass through SoapFormatter
Hello
We use CallContext depended data In our remoting scenario. This data contains
reference to the MBR object.
But runing our project under MONO runtime leads to exception:
System.Runtime.Serialization.SerializationException: The object with ID 4 could
not be resolved
at System.Runtime.Serialization.ObjectManager.DoFixups () [0x00000]
at System.Runtime.Serialization.Formatters.Soap.SoapReader.get_TopObject ()
[0
x00000]
at System.Runtime.Serialization.Formatters.Soap.SoapReader.Deserialize
(System
IO.Stream inStream, ISoapMessage soapMessage) [0x00000]
at System.Runtime.Serialization.Formatters.Soap.SoapFormatter.Deserialize
(Sys
tem.IO.Stream serializationStream,
System.Runtime.Remoting.Messaging.HeaderHandl
er handler) [0x00000]
at System.Runtime.Serialization.Formatters.Soap.SoapFormatter.Deserialize
(Sys
tem.IO.Stream serializationStream) [0x00000]
at
System.Runtime.Remoting.Channels.SoapClientFormatterSink.DeserializeMessage
(System.IO.Stream responseStream, ITransportHeaders responseHeaders,
IMethodCal
lMessage mcm, System.Runtime.Remoting.Channels.SoapMessageFormatter
soapMsgForma
tter) [0x00000]
at
System.Runtime.Remoting.Channels.SoapClientFormatterSink.SyncProcessMessage
(IMessage msg) [0x00000]
at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke (IMessage request)
[0x
00000]
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke
(System.Runtime.Rem
oting.Proxies.RealProxy rp, IMessage msg, System.Exception& exc,
System.Object[]
& out_args) [0x00000]
MSVC 2005 solution for bug reproducing in attachment
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list