[Mono-bugs] [Bug 77218][Maj] New - 1.1.13 Error on form with splitter

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jan 11 20:05:39 EST 2006


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 bill.seddon at lyquidity.com.

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

--- shadow/77218	2006-01-11 20:05:39.000000000 -0500
+++ shadow/77218.tmp.21362	2006-01-11 20:05:39.000000000 -0500
@@ -0,0 +1,53 @@
+Bug#: 77218
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: SP2
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com                            
+ReportedBy: bill.seddon at lyquidity.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: 1.1.13 Error on form with splitter
+
+See the attached example of a simple forms application with two panels 
+(each with a token control) separated by a splitter.  When compiled and 
+run under 1.1.13 it generates the error shown below.  This example works 
+OK under 1.1.9.2.  I believe this error occurs in versions from 1.1.10.1
+
+
+
+Mono System.Windows.Forms Assembly [Revision: 54007; built: 2005/12/6 
+14:35:24]
+
+Unhandled Exception: System.TypeInitializationException: An exception was 
+thrown by the type initializer for System.Windows.Forms.Splitter ---> 
+System.Exception: Unknown Error.
+in <0x0026e> System.Drawing.GDIPlus:CheckStatus (Status status)
+in <0x0002f> System.Drawing.Bitmap:GetPixel (Int32 x, Int32 y)
+in (wrapper remoting-invoke-with-check) System.Drawing.Bitmap:GetPixel 
+(int,int)
+in <0x001f2> System.Windows.Forms.XplatUIWin32:DefineCursor 
+(System.Drawing.Bitmap bitmap, System.Drawing.Bitmap mask, Color 
+cursor_pixel, Color mask_pixel, Int32 xHotSpot, Int32 yHotSpot)
+in <0x0005a> System.Windows.Forms.XplatUI:DefineCursor 
+(System.Drawing.Bitmap bitmap, System.Drawing.Bitmap mask, Color 
+cursor_pixel, Color mask_pixel, Int32 xHotSpot, Int32 yHotSpot)
+in <0x00102> System.Windows.Forms.Cursor:CreateCursor (System.IO.Stream 
+stream)
+in <0x0009e> System.Windows.Forms.Cursor:.ctor (System.Type type, 
+System.String resource)
+in <0x00078> System.Windows.Forms.Splitter:.cctor ()--- End of inner 
+exception stack trace ---
+
+in <0x00000> <unknown method>
+in <0x000e5> MonoErrors.Form1:InitializeComponent ()
+in <0x00013> MonoErrors.Form1:.ctor ()
+in (wrapper remoting-invoke-with-check) MonoErrors.Form1:.ctor ()
+in <0x00018> MonoErrors.Form1:Main ()


More information about the mono-bugs mailing list