Hello,
In windows applications I sometime get this starnge exception:
System.ObjectDisposedException: Cannot access a disposed object named "q".
Object name: "q".
at System.Windows.Forms.Control.CreateHandle()
at System.Windows.Forms.Control.get_Handle()
at System.Windows.Forms.Control.WmPaint(Message& m)
at System.Windows.Forms.Control.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)
It never happens on development computers only on clients.
I don't have object named "q".
Does anybody has any idea what may lead to this exception?
Thanks
Mark