https://bugzilla.novell.com/show_bug.cgi?id=372780
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=372780#c1 Atsushi Enomoto <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] Component|tools |Sys.XML Product|Mono: Tools |Mono: Class Libraries --- Comment #1 from Atsushi Enomoto <[EMAIL PROTECTED]> 2008-03-20 22:20:34 MST --- It would be nicer if you attach reproducible case. I think I have a better:) fix but I cannot verify if it works. Index: System.Xml.Serialization/XmlReflectionImporter.cs =================================================================== --- System.Xml.Serialization/XmlReflectionImporter.cs (revision 98517) +++ System.Xml.Serialization/XmlReflectionImporter.cs (working copy) @@ -212,6 +212,10 @@ try { XmlTypeMapping map; +#if NET_2_0 + // bug #203242 + map.SetKey (typeData.Type.ToString ()); +#endif switch (typeData.SchemaType) { case SchemaTypes.Class: map = ImportClassMapping (typeData, root, defaultNamespace); break; -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
