[Mono-bugs] [Bug 61774][Nor] Changed - Remoting problem when marshalling derived interfaces

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 22 Jul 2004 05:31:03 -0400 (EDT)


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=61774

--- shadow/61774	2004-07-21 10:34:27.000000000 -0400
+++ shadow/61774.tmp.2610	2004-07-22 05:31:02.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 61774
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: Windows XP Prof. & SuSE Linux 9.1
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: XMONICTHFEPM@spammotel.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -171,6 +171,10 @@
 
 Even for this problem there's a workaround:
     RemotingServices.Marshal( server, "Server.rem", server.GetType() );
 
 The strange thing is that this would also work when server was of type
 IExtendedServer (and not of type Server, as in the example).
+
+------- Additional Comments From lluis@ximian.com  2004-07-22 05:31 -------
+Fixed in CVS HEAD and 1.0.
+Thanks for the bug report.