[Mono-bugs] [Bug 75233][Nor] Changed - constructor incomplete in System.Runtime.Serialization.Formatter resulting in NullReferenceException when using

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jun 13 11:27:47 EDT 2005


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 at ximian.com.

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

--- shadow/75233	2005-06-11 13:48:40.000000000 -0400
+++ shadow/75233.tmp.20933	2005-06-13 11:27:47.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 75233
 Product: Mono: Class Libraries
 Version: 1.1
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: dlacroix at erasme.org               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -65,6 +65,9 @@
         {
 +               m_objectQueue = new Queue ();
 +               m_idGenerator = new ObjectIDGenerator ();
         }
 
         protected ObjectIDGenerator m_idGenerator;
+
+------- Additional Comments From lluis at ximian.com  2005-06-13 11:27 -------
+Fixed in SVN (r45874). Thanks!


More information about the mono-bugs mailing list