[Mono-bugs] [Bug 40437][Nor] Changed - Deserialization of collections.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Thu, 5 Jun 2003 18:53:08 -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 duncan@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=40437
--- shadow/40437 Thu Mar 27 17:16:49 2003
+++ shadow/40437.tmp.24147 Thu Jun 5 18:53:08 2003
@@ -1,14 +1,14 @@
Bug#: 40437
Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
+Status: NEEDINFO
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: System.XML
AssignedTo: mono-bugs@ximian.com
ReportedBy: miguel@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -178,6 +178,29 @@
foreach (User user in ss.Users){
Console.WriteLine ("Login: {0} Pass: {1} Role:
{2}", user.Name, user.Password, user.Role);
}
}
}
+
+------- Additional Comments From duncan@ximian.com 2003-06-05 18:53 -------
+Okay, I tried the above code in CVS (6/5). I compiled it with 'mcs
+foo.cs' and ran it 'mono foo.exe'. I see this exception:
+
+Unhandled Exception: System.Xml.XmlException: Unexpected token. Name
+is required here.
+in <0x00090> 00 System.Xml.XmlTextReader:ReadAttributes (bool)
+in <0x00141> 00 System.Xml.XmlTextReader:ReadStartTag ()
+in <0x0009e> 00 System.Xml.XmlTextReader:ReadTag ()
+in <0x000f0> 00 System.Xml.XmlTextReader:ReadContent ()
+in <0x0005a> 00 System.Xml.XmlTextReader:Read ()
+in <0x00093> 00 System.Xml.XmlReader:MoveToContent ()
+in <0x00024> 00
+System.Xml.Serialization.XmlSerializationReaderInterpreter:ReadObject ()
+in <0x0000e> 00 System.Xml.Serialization.XmlSerializer:Deserialize
+(System.Xml.Serialization.XmlSerializationReader)
+in <0x00040> 00 System.Xml.Serialization.XmlSerializer:Deserialize
+(System.Xml.XmlReader)
+in <0x00043> 00 System.Xml.Serialization.XmlSerializer:Deserialize
+(System.IO.TextReader)
+
+How am I suppose to run this? Is this bug fixed?