[Mono-bugs] [Bug 49926][Nor] Changed - Remoting exception with arrays
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 21 Oct 2003 11:16:05 -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=49926
--- shadow/49926 2003-10-21 09:03:12.000000000 -0400
+++ shadow/49926.tmp.5910 2003-10-21 11:16:05.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 49926
Product: Mono/Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: gonzalo@ximian.com
QAContact: mono-bugs@ximian.com
@@ -34,6 +34,11 @@
(object,intptr,intptr,intptr)
in <0x00020> .B:DoSomething ()
........
........
Under MS it works fine.
+
+------- Additional Comments From lluis@ximian.com 2003-10-21 11:16 -------
+Fixed in CVS. However, the test case still doesn't work because
+deserialization support is not implemented in NameObjectCollectionBase
+(only serialization is implemented)