[Mono-bugs] [Bug 43666][Blo] New - System.Drawing.dll needs to be referenced - it doesnt in MS .NET

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 26 May 2003 09:08:38 -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 sijmen_mulder@hotmail.com.

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

--- shadow/43666	Mon May 26 09:08:38 2003
+++ shadow/43666.tmp.17502	Mon May 26 09:08:38 2003
@@ -0,0 +1,41 @@
+Bug#: 43666
+Product: Mono/MCS
+Version: unspecified
+OS: 
+OS Details: Gentoo 1.4rc3 / mono .24
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Blocker
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: sijmen_mulder@hotmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.Drawing.dll needs to be referenced - it doesnt in MS .NET
+
+Please fill in this template when reporting a bug, unless you know what you are doing. 
+Description of Problem: 
+ 
+On Mono, it is required to reference System.Drawing.dll. On Windows though, this is not 
+needed. 
+ 
+Steps to reproduce the problem: 
+1. Compile a file that needs System.Drawing.dll on mono, without referencing it 
+2. Do the same with MS .NET 
+ 
+Actual Results: 
+ 
+The first doesn't work - it needs a reference to System.Drawing.dll. On the Microsoft 
+runtime it works fine. Also not that the Mono compiled one can't run on the Microsoft 
+runtime since it references an "unknown" assembly on MS. 
+ 
+Expected Results: 
+ 
+Both should work 
+How often does this happen?  
+ 
+ 
+Additional Information: