[Mono-bugs] [Bug 80786][Wis] Changed - [WIN] Saving Image to MemoryStream fails

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Feb 10 16:59:49 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 levap at bansky.net.

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

--- shadow/80786	2007-02-10 16:41:44.000000000 -0500
+++ shadow/80786.tmp.31347	2007-02-10 16:59:49.000000000 -0500
@@ -111,6 +111,29 @@
 I doubt it's fixed. I can't access my win32 box right now but you can
 try to compile your sample code with gmcs (instead of mcs) and try to
 run it with mono. 
 
 If this works (i.e. 2.0), it means the problem is limited to the 1.1
 profile, which means the bug is (very probably) outside System.Drawing.
+
+------- Additional Comments From levap at bansky.net  2007-02-10 16:59 -------
+I compiled sample application and this is the results:
+
+* compiled with mcs.exe
+  execution under mono fails
+  execution under MS.NET fine
+
+* compiled with gmcs.exe
+  execution under mono fine
+  execution under MS.NET fine
+
+* compiled with csc.exe v1.1
+  execution under mono failed
+  execution under MS.NET fine
+
+* compiled with csc.exe v2.0
+  execution under mono fine
+  execution under MS.NET fine
+
+Hope this helps
+
+


More information about the mono-bugs mailing list