|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
System.NullReferenceException: Object reference not set to an instance of an objectI have a form with a bunch of controls. Randomly but regularly it crashes. I am using v1.1 and this is what I get in the Stack Trace . System.NullReferenceException: Object reference not set to an instance of an object. at System.Windows.Forms.UnsafeNativeMethods.SendMessage(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam) at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam) at System.Windows.Forms.TextBoxBase.get_Modified() at System.Windows.Forms.TextBoxBase.OnHandleDestroyed(EventArgs e) at System.Windows.Forms.Control.WmDestroy(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.TextBoxBase.WndProc(Message& m) at System.Windows.Forms.TextBox.WndProc(Message& m) at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) Please let me know of any information you have about this issue. Thanks, Vinit |
|||||||||||||||||||||||