[Mono-bugs] [Bug 60297][Cos] New - programs using Windows.Forms compiled with Mono Beta 3 fail to exec

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 16 Jun 2004 12:54:56 -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 apicetti@hotmail.com.

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

--- shadow/60297	2004-06-16 12:54:56.000000000 -0400
+++ shadow/60297.tmp.8515	2004-06-16 12:54:56.000000000 -0400
@@ -0,0 +1,51 @@
+Bug#: 60297
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: WIndows 2000
+Status: NEW   
+Resolution: 
+Severity: 040 One week
+Priority: Cosmetic
+Component: Windows.Forms
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: apicetti@hotmail.com               
+QAContact: peter@novonyx.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: programs using Windows.Forms compiled with Mono Beta 3 fail to exec
+
+Description of Problem:
+
+programs using Windows.Forms compiled with Mono Beta 3 fail to exec
+
+Steps to reproduce the problem:
+1. Write a program that uses Systen.WIndows.Forms
+2. run mono <program>
+
+
+Actual Results:
+
+Unhandled Exception: System.ArgumentException: Invalid Parameter. A null 
+reference or invalid value was found.
+in <0x00073> System.Drawing.GDIPlus:CheckStatus (System.Drawing.Status)
+in <0x00182> System.Drawing.Font:FromHfont (intptr)
+in <0x00015> System.Windows.Forms.Control:get_DefaultFont ()
+in <0x0018a> System.Windows.Forms.Control:.ctor ()
+in <0x00010> System.Windows.Forms.ScrollableControl:.ctor ()
+in <0x00012> System.Windows.Forms.ContainerControl:.ctor ()
+in <0x00016> System.Windows.Forms.Form:.ctor ()
+in <0x0000a> MessengerForm:.ctor ()
+in <0x0004c> (wrapper remoting-invoke-with-check) MessengerForm:.ctor ()
+in <0x00021> Messenger:Main (string[])
+
+Expected Results:
+
+program should run
+
+How often does this happen? 
+
+always
+
+Additional Information: