зеркало из https://github.com/mono/mail-archives.git
135 строки
5.4 KiB
HTML
135 строки
5.4 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 405454] New: Can not pass CallContext slot via HTTPChannel + SoapFormatterSink
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20405454%5D%20New%3A%20Can%20not%20pass%20CallContext%20slot%20via%0A%20HTTPChannel%20%2B%20SoapFormatterSink&In-Reply-To=">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="076274.html">
|
|
<LINK REL="Next" HREF="076280.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 405454] New: Can not pass CallContext slot via HTTPChannel + SoapFormatterSink</H1>
|
|
<B>bugzilla_noreply at novell.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20405454%5D%20New%3A%20Can%20not%20pass%20CallContext%20slot%20via%0A%20HTTPChannel%20%2B%20SoapFormatterSink&In-Reply-To="
|
|
TITLE="[Mono-bugs] [Bug 405454] New: Can not pass CallContext slot via HTTPChannel + SoapFormatterSink">bugzilla_noreply at novell.com
|
|
</A><BR>
|
|
<I>Tue Jul 1 13:36:57 EDT 2008</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="076274.html">[Mono-bugs] [Bug 405447] New: svn_snapshot_helper: script is needed to automate taggin
|
|
</A></li>
|
|
<LI>Next message: <A HREF="076280.html">[Mono-bugs] [Bug 405454] Can not pass CallContext slot via HTTPChannel + SoapFormatterSink
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#76275">[ date ]</a>
|
|
<a href="thread.html#76275">[ thread ]</a>
|
|
<a href="subject.html#76275">[ subject ]</a>
|
|
<a href="author.html#76275">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE><A HREF="https://bugzilla.novell.com/show_bug.cgi?id=405454">https://bugzilla.novell.com/show_bug.cgi?id=405454</A>
|
|
|
|
|
|
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: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">lluis at novell.com</A>
|
|
ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">migelU at gmail.com</A>
|
|
QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at lists.ximian.com</A>
|
|
Found By: DeveloperNet
|
|
|
|
|
|
Created an attachment (id=225395)
|
|
--> (<A HREF="https://bugzilla.novell.com/attachment.cgi?id=225395">https://bugzilla.novell.com/attachment.cgi?id=225395</A>)
|
|
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: <A HREF="https://bugzilla.novell.com/userprefs.cgi?tab=email">https://bugzilla.novell.com/userprefs.cgi?tab=email</A>
|
|
------- You are receiving this mail because: -------
|
|
You are the QA contact for the bug.
|
|
</PRE>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="076274.html">[Mono-bugs] [Bug 405447] New: svn_snapshot_helper: script is needed to automate taggin
|
|
</A></li>
|
|
<LI>Next message: <A HREF="076280.html">[Mono-bugs] [Bug 405454] Can not pass CallContext slot via HTTPChannel + SoapFormatterSink
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#76275">[ date ]</a>
|
|
<a href="thread.html#76275">[ thread ]</a>
|
|
<a href="subject.html#76275">[ subject ]</a>
|
|
<a href="author.html#76275">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
|
mailing list</a><br>
|
|
</body></html>
|