[Mono-bugs] [Bug 51990][Nor] New - SOAP Remoting doesn't work with ObjRef's.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 25 Feb 2004 06:54:21 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by lluis@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=51990

--- shadow/51990	2004-02-25 06:54:21.000000000 -0500
+++ shadow/51990.tmp.8276	2004-02-25 06:54:21.000000000 -0500
@@ -0,0 +1,38 @@
+Bug#: 51990
+Product: Mono/Class Libraries
+Version: unspecified
+OS: unknown
+OS Details: LFS, Mono-0.29
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mwh@sysrq.dk               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: SOAP Remoting doesn't work with ObjRef's.
+
+I get this exception when trying to use multiple servers in remoting:
+
+Unhandled Exception: System.Reflection.AmbiguousMatchException: Ambiguous
+matching in method resolution
+
+Code that exposes this bug is attached.
+
+------- Additional Comments From mwh@sysrq.dk  2003-12-10 08:24 -------
+Created an attachment (id=6179)
+code which exposes the bug
+
+
+------- Additional Comments From Patrik.Torstensson@intel.com  2003-12-11 12:23 -------
+System.Reflection.AmbiguousMatchException bug is fixed in CVS, this 
+bug is still open due to the test cases shows another bug. 
+
+SoapFormater goes into a loop when trying to serialize objref's.
+
+------- Additional Comments From lluis@ximian.com  2004-02-25 06:54 -------
+It is working now.