[Mono-bugs] [Bug 56122][Maj] Changed - Remoting Serialization problem using System.Collections.CollectionBase
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 29 Mar 2004 05:56:41 -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=56122
--- shadow/56122 2004-03-27 18:18:08.000000000 -0500
+++ shadow/56122.tmp.23856 2004-03-29 05:56:41.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 56122
Product: Mono: Runtime
Version: unspecified
OS: Red Hat 9.0
OS Details: Mono 0.31, WinXP .Net 1.1
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Major
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: gmiyake@carter-inc.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -316,6 +316,10 @@
get { return myXferSequenceNumber; }
set { myXferSequenceNumber = value; }
}
}
}
+
+------- Additional Comments From lluis@ximian.com 2004-03-29 05:56 -------
+Fixed in CVS. The problem was that our implementation of
+CollectionBase did use a different name for the internal ArrayList member.