Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
410
ObjectDisposedException in UltraDateTimeEditor
posted

I received this crash notice from one of our customers when the calender portion of the UltraDateTimeEditor was visible and they were scrolling between months.  What would cause this?

 

Normal 0 false false false EN-US X-NONE X-NONE System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'MonthDropDownWithUIPermissions'.
at System.Windows.Forms.Control.CreateHandle()
at System.Windows.Forms.MonthCalendar.CreateHandle()
at System.Windows.Forms.Control.get_Handle()
at System.Windows.Forms.Control.set_CaptureInternal(Boolean value)
at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.MonthCalendar.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

 

Here is a snippet from the screenshot taken at the time of the crash.


Parents Reply Children
No Data