[Mono-winforms-list] SVN: Recent Winforms regressions.
Miguel de Icaza
miguel at ximian.com
Sun Feb 11 15:59:56 EST 2007
Hey folks,
PDN (the old one) fails to load 3 out of the 4 dialog boxes it used
to render, and produces this error message on the console:
System.NullReferenceException: Object reference not set to an instance of an object
at PaintDotNet.MainToolBar.OnLoad (System.EventArgs e) [0x00007] in /home/cvs/pdn/src/MainToolBar.cs:161
at System.Windows.Forms.UserControl.OnCreateControl () [0x00006] in /home/cvs/mcs/class/Managed.Windows.Forms/System.Windows.Forms/UserControl.cs:80
at System.Windows.Forms.Control.CreateControl () [0x00067] in /home/cvs/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:3264
at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:CreateControl ()
at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x0029d] in /home/cvs/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:4476
at System.Windows.Forms.ScrollableControl.WndProc (System.Windows.Forms.Message& m) [0x00000] in /home/cvs/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollableControl.cs:648
at System.Windows.Forms.ContainerControl.WndProc (System.Windows.Forms.Message& m) [0x0003e] in /home/cvs/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ContainerControl.cs:517
at System.Windows.Forms.Form.WndProc (System.Windows.Forms.Message& m) [0x00a53] in /home/cvs/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs:2317
at PaintDotNet.PdnBaseForm.WndProc (System.Windows.Forms.Message& m) [0x000f8] in /home/cvs/pdn/src/PdnLib/PdnBaseForm.cs:297
at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x00000] in /home/cvs/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:196
at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg, IntPtr wParam, IntPtr lParam) [0x0006b] in /home/cvs/mcs/class/Managed.Windows.Forms/System.Windows.Forms/NativeWindow.cs:179
In addition, it feels like a few of the widgets on the screen do not
work properly, or have regressed in the last week or so.
Miguel.
More information about the Mono-winforms-list
mailing list