[Mono-bugs] [Bug 76276][Nor] Changed - BinaryReader fails to read string

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Sep 30 08:35:57 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=76276

--- shadow/76276	2005-09-30 07:55:36.000000000 -0400
+++ shadow/76276.tmp.29520	2005-09-30 08:35:57.000000000 -0400
@@ -10,13 +10,12 @@
 Component: System
 AssignedTo: lluis at ximian.com                            
 ReportedBy: informatique.internet at fiducial.fr               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: BinaryReader fails to read string
 
 There's surely a bug with serializing and deserializing string in mono...
 
 I've done a little .NET remoting serveur :  with a single Hello Method :
 
@@ -87,6 +86,10 @@
 		BinaryReader r = new BinaryReader (ms);
 		r.ReadString ();
 		Console.WriteLine ("ok");
 	}
 }
 
+
+------- Additional Comments From lluis at ximian.com  2005-09-30 08:35 -------
+Ben, the patch for bug 52754 is causing this regression. Can you
+please take a look?


More information about the mono-bugs mailing list