[Mono-bugs] [Bug 37842][Nor] New - Problems with Binary Serialization and StringWriter

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 11 Feb 2003 02:25:32 -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 eric@5stops.com.

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

--- shadow/37842	Tue Feb 11 02:25:32 2003
+++ shadow/37842.tmp.3107	Tue Feb 11 02:25:32 2003
@@ -0,0 +1,36 @@
+Bug#: 37842
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Red Hat 7.2
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: eric@5stops.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Problems with Binary Serialization and StringWriter
+
+Description of Problem:
+Running the code (that will be included) results in the following error
+under mono:
+
+--------------
+exception:
+System.InvalidCastException: Cannot cast from source type to destination
+typein [0x00056] (at /home/eric/src/test.cs:32) 00 Testing.Test:Main (string[])
+--------------
+
+under the microsoft framework, the result is:
+
+--------------
+output:
+one
+two
+three
+--------------