[Mono-bugs] [Bug 74781][Blo] New - Image.FromStream is not supported under windows but used by System.Windows.Forms

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 1 May 2005 07:00:13 -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 ddmk@mail.ru.

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

--- shadow/74781	2005-05-01 07:00:12.000000000 -0400
+++ shadow/74781.tmp.30816	2005-05-01 07:00:12.000000000 -0400
@@ -0,0 +1,39 @@
+Bug#: 74781
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: Windows XP
+Status: NEW   
+Resolution: 
+Severity: 008 One day
+Priority: Blocker
+Component: Sys.Drawing.
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: ddmk@mail.ru               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Image.FromStream is not supported under windows but used by System.Windows.Forms
+
+Description of Problem:
+FileDialogs use Image.FromStream which is not supported under windows
+
+Steps to reproduce the problem:
+Try to load from stream(not a file!!!) any bitmap (or just use 
+FileDialogs from System.Windows.Forms)
+
+Actual Results:
+Exception - not supported.
+
+Expected Results:
+Correct working Image.FromStream and corresponging Bitmap constructor.
+
+
+How often does this happen? 
+always.
+
+Additional Information:
+I test under 1.1.6 mono-1.1.6-gtksharp-1.9.2-win32-0.1.exe
+
+Many controls of System.Windows.Forms do not work because of this problem.