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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 11 Dec 2003 12:23:52 -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 patrik.torstensson@intel.com.

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

--- shadow/51990	2003-12-10 08:24:46.000000000 -0500
+++ shadow/51990.tmp.17156	2003-12-11 12:23:52.000000000 -0500
@@ -1,29 +1,35 @@
 Bug#: 51990
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: LFS, Mono-0.29
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mwh@sysrq.dk               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Multiple servers in Remoting does not work.
+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.