[Mono-bugs] [Bug 80558][Wis] Changed - System.Drawing.Image serialization

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jan 30 16:49:20 EST 2007


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 sebastien at ximian.com.

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

--- shadow/80558	2007-01-30 16:02:10.000000000 -0500
+++ shadow/80558.tmp.19568	2007-01-30 16:49:20.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 80558
 Product: Mono: Class Libraries
 Version: 1.2
 OS: All
 OS Details: 
-Status: NEEDINFO   
+Status: REOPENED   
 Resolution: 
 Severity: Unknown
 Priority: Wishlist
 Component: Sys.Drawing.
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: thisaddressisnotmine+ximian at td.selfip.net               
@@ -79,6 +79,21 @@
    at MonoTests.System.Drawing.TestBitmap.XmlDeserialize(Stream s) 
 
 
 If this works on MS for you can you please provide a full test case,
 including the bitmap you're returning. 
 Thanks
+
+------- Additional Comments From sebastien at ximian.com  2007-01-30 16:49 -------
+Sample code:
+
+using System;
+using System.Drawing;
+using System.Xml.Serialization;
+
+class Program {
+	static void Main ()
+	{
+		new XmlSerializer (typeof (Image));
+	}
+}
+


More information about the mono-bugs mailing list