[Mono-bugs] [Bug 44623][Nor] Changed - mono crashes when using XmlSerializer with XmlIncludeAttribute for serializing an abstract class.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 12 Jun 2003 10:44:06 -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 bugzilla@kirkner.com.ar.

http://bugzilla.ximian.com/show_bug.cgi?id=44623

--- shadow/44623	Thu Jun 12 10:43:05 2003
+++ shadow/44623.tmp.14876	Thu Jun 12 10:44:06 2003
@@ -116,6 +116,11 @@
          w.Indentation = 4;
 
          s.Serialize (w, tc);
     }
 }
 ------------------------------------------------------------
+
+------- Additional Comments From bugzilla@kirkner.com.ar  2003-06-12 10:44 -------
+Created an attachment (id=4587)
+source code for the test program
+