[Mono-bugs] [Bug 61358][Nor] Changed - FIX - Error trying to serialize an IEnumerable class
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 12 Jul 2004 00:41:37 -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 juancri@tagnet.org.
http://bugzilla.ximian.com/show_bug.cgi?id=61358
--- shadow/61358 2004-07-09 15:13:35.000000000 -0400
+++ shadow/61358.tmp.18525 2004-07-12 00:41:37.000000000 -0400
@@ -2,22 +2,22 @@
Product: Mono: Class Libraries
Version: unspecified
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Sys.XML
AssignedTo: mono-bugs@ximian.com
ReportedBy: juancri@tagnet.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Error trying to serialize an IEnumerable class
+Summary: FIX - Error trying to serialize an IEnumerable class
Please fill in this template when reporting a bug, unless you know what
you are doing.
Description of Problem:
Web service does not work
@@ -42,6 +42,17 @@
use XmlInclude to allow the cast for the serialization).
------- Additional Comments From juancri@tagnet.org 2004-07-09 15:13 -------
Created an attachment (id=8513)
web service test
+
+------- Additional Comments From juancri@tagnet.org 2004-07-12 00:41 -------
+I found the bug!
+
+/mcs/class/System.XML/System.Xml.Serialization/ReflectionHelper.cs
+
+ if (!_schemaTypes.ContainsKey (xmlType))
+
+should be:
+
+ if (!_schemaTypes.ContainsKey (mapKey))