[Mono-bugs] [Bug 49923][Nor] New - Globalization.TextInfo fails when serialized
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 21 Oct 2003 07:24:54 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=49923
--- shadow/49923 2003-10-21 07:24:54.000000000 -0400
+++ shadow/49923.tmp.4421 2003-10-21 07:24:54.000000000 -0400
@@ -0,0 +1,37 @@
+Bug#: 49923
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: gonzalo@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Globalization.TextInfo fails when serialized
+
+Compile and run the attahed test case with latest CVS.
+You'll get:
+Unhandled Exception: System.NotImplementedException: The requested feature
+is not yet implemented
+in <0x0002a> System.Globalization.TextInfo:GetHashCode ()
+in <0x00011> .InstanceWrapper:GetHashCode ()
+in <0x00051> System.Collections.Hashtable:GetHash (object)
+in <0x00095> System.Collections.Hashtable:Find (object)
+in <0x0001a> System.Collections.Hashtable:GetImpl (object)
+in <0x00014> System.Collections.Hashtable:get_Item (object)
+in <0x0007f> System.Runtime.Serialization.ObjectIDGenerator:GetId
+(object,bool&)
+in <0x001be>
+System.Runtime.Serialization.Formatters.Binary.ObjectWriter:WriteValue
+(System.IO.BinaryWriter,System.Type,object)
+.........
+.........
+
+This causes some troubles in System.Web