[Mono-bugs] [Bug 79278][Min] Changed - XmlSerializer requires default public constructor on Mono, but not on MS.NET
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Sep 4 13:32:08 EDT 2006
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 juraj at hotfeet.ch.
http://bugzilla.ximian.com/show_bug.cgi?id=79278
--- shadow/79278 2006-09-04 12:57:54.000000000 -0400
+++ shadow/79278.tmp.542 2006-09-04 13:32:08.000000000 -0400
@@ -56,6 +56,11 @@
Boolean directReference)
at System.Xml.Serialization.XmlSerializer..ctor(Type type, String
defaultNamespace)
at System.Xml.Serialization.XmlSerializer..ctor(Type type)
at SomeTest.Test.Main()
+
+------- Additional Comments From juraj at hotfeet.ch 2006-09-04 13:32 -------
+The case test _does_ have an default constructor, albeit a private
+one. So the stated requirement should be satisfied. Doesn't that mean
+Mono is at fault here?
More information about the mono-bugs
mailing list