[Mono-bugs] [Bug 79151][Wis] New - ReportBuilder crash

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Aug 23 11:28:02 EDT 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 toshok at ximian.com.

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

--- shadow/79151	2006-08-23 11:28:02.000000000 -0400
+++ shadow/79151.tmp.19660	2006-08-23 11:28:02.000000000 -0400
@@ -0,0 +1,106 @@
+Bug#: 79151
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com                            
+ReportedBy: toshok at ximian.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ReportBuilder crash
+
+run ReportBuilder.  click "Print Grid", then click "Print Preview" in the
+dialog that pops up. Crashes:
+
+Unhandled Exception: System.ArgumentException: Invalid Parameter. A null
+reference or invalid value was found.
+  at System.Drawing.GDIPlus.CheckStatus (Status status) [0x00000]
+  at System.Drawing.Bitmap..ctor (Int32 width, Int32 height, PixelFormat
+format) [0x00000]
+  at System.Drawing.Bitmap..ctor (Int32 width, Int32 height) [0x00000]
+  at (wrapper remoting-invoke-with-check) System.Drawing.Bitmap:.ctor (int,int)
+  at CustomControls.ApplicationBlocks.PaintEngine.GetGridBitmap (Rectangle
+virtualRegion) [0x00000]
+  at CustomControls.ApplicationBlocks.PrintEngine.OnPrintPage
+(System.Drawing.Printing.PrintPageEventArgs e) [0x00000]
+  at System.Drawing.Printing.PrintDocument.Print () [0x00000]
+  at (wrapper remoting-invoke-with-check)
+System.Drawing.Printing.PrintDocument:Print ()
+  at System.Windows.Forms.PrintPreviewControl.GeneratePreview () [0x00000]
+  at (wrapper remoting-invoke-with-check)
+System.Windows.Forms.PrintPreviewControl:GeneratePreview ()
+  at System.Windows.Forms.PrintPreviewDialog.set_Document
+(System.Drawing.Printing.PrintDocument value) [0x00000]
+  at (wrapper remoting-invoke-with-check)
+System.Windows.Forms.PrintPreviewDialog:set_Document
+(System.Drawing.Printing.PrintDocument)
+  at CustomControls.ApplicationBlocks.ReportBuilder.ShowPrintPreviewDialog
+() [0x00000]
+  at (wrapper remoting-invoke-with-check)
+CustomControls.ApplicationBlocks.ReportBuilder:ShowPrintPreviewDialog ()
+  at ProjectLibrary.General.PrintSettingsDialog.btn_PrintPreviw_Click
+(System.Object sender, System.EventArgs e) [0x00000]
+  at (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs)
+  at System.Windows.Forms.Control.OnClick (System.EventArgs e) [0x00000]
+  at System.Windows.Forms.Button.OnClick (System.EventArgs e) [0x00000]
+  at System.Windows.Forms.ButtonBase.OnMouseUp
+(System.Windows.Forms.MouseEventArgs mevent) [0x00000]
+  at System.Windows.Forms.Button.OnMouseUp
+(System.Windows.Forms.MouseEventArgs e) [0x00000]
+  at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message m)
+[0x00000]
+  at System.Windows.Forms.ButtonBase.WndProc (System.Windows.Forms.Message
+m) [0x00000]
+  at System.Windows.Forms.Button.WndProc (System.Windows.Forms.Message m)
+[0x00000]
+  at System.Windows.Forms.Control+ControlNativeWindow.WndProc
+(System.Windows.Forms.Message m) [0x00000]
+  at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg,
+IntPtr wParam, IntPtr lParam) [0x00000]
+  at System.Windows.Forms.XplatUIX11.DispatchMessage
+(System.Windows.Forms.MSG msg) [0x00000]
+  at System.Windows.Forms.XplatUI.DispatchMessage (System.Windows.Forms.MSG
+msg) [0x00000]
+  at System.Windows.Forms.Application.RunLoop (Boolean Modal,
+System.Windows.Forms.ApplicationContext context) [0x00000]
+  at System.Windows.Forms.Form.ShowDialog (IWin32Window ownerWin32) [0x00000]
+  at System.Windows.Forms.Form.ShowDialog () [0x00000]
+  at (wrapper remoting-invoke-with-check)
+System.Windows.Forms.Form:ShowDialog ()
+  at ReportBuilder.TestForm.btn_PrintGrid_Click (System.Object sender,
+System.EventArgs e) [0x00000]
+  at (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs)
+  at System.Windows.Forms.Control.OnClick (System.EventArgs e) [0x00000]
+  at System.Windows.Forms.Button.OnClick (System.EventArgs e) [0x00000]
+  at System.Windows.Forms.ButtonBase.OnMouseUp
+(System.Windows.Forms.MouseEventArgs mevent) [0x00000]
+  at System.Windows.Forms.Button.OnMouseUp
+(System.Windows.Forms.MouseEventArgs e) [0x00000]
+  at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message m)
+[0x00000]
+  at System.Windows.Forms.ButtonBase.WndProc (System.Windows.Forms.Message
+m) [0x00000]
+  at System.Windows.Forms.Button.WndProc (System.Windows.Forms.Message m)
+[0x00000]
+  at System.Windows.Forms.Control+ControlNativeWindow.WndProc
+(System.Windows.Forms.Message m) [0x00000]
+  at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg,
+IntPtr wParam, IntPtr lParam) [0x00000]
+  at System.Windows.Forms.XplatUIX11.DispatchMessage
+(System.Windows.Forms.MSG msg) [0x00000]
+  at System.Windows.Forms.XplatUI.DispatchMessage (System.Windows.Forms.MSG
+msg) [0x00000]
+  at System.Windows.Forms.Application.RunLoop (Boolean Modal,
+System.Windows.Forms.ApplicationContext context) [0x00000]
+  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form
+mainForm) [0x00000]
+  at ReportBuilder.TestForm.Main () [0x00000]


More information about the mono-bugs mailing list