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
165
Upgrading from 2008.3 to 2010.2 error
posted

I'm not entirely sure where to start so I hope someone might have some ideas!

I have a rather large project that has been running with 2008.3 quite well for 24 months now. Today I have attempted to upgrade to 2010.2 - there have been no other code changes.

The error (that I cannot trap, debug nor find a stack trace on as it appears to be internal to Infragistics) is presented as

System.ObjectDisposedException: Cannot access a disposed object.

Object name: 'MdiChildForm'.

   at System.Windows.Forms.Control.CreateHandle()

   at System.Windows.Forms.Form.CreateHandle()

   at System.Windows.Forms.Control.get_Handle()

   at System.Windows.Forms.Form.SetVisibleCore(Boolean value)

   at System.Windows.Forms.Control.set_Visible(Boolean value)

   at Infragistics.Win.UltraWinDock.UltraDockManager.OnMdiParentLoad(Object sender, EventArgs e)

   at System.EventHandler.Invoke(Object sender, EventArgs e)

   at System.Windows.Forms.Form.OnLoad(EventArgs e)

   at System.Windows.Forms.Form.OnCreateControl()

   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)

   at System.Windows.Forms.Control.CreateControl()

   at System.Windows.Forms.Control.WmShowWindow(Message& m)

   at System.Windows.Forms.Control.WndProc(Message& m)

   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)

   at System.Windows.Forms.ContainerControl.WndProc(Message& m)

   at System.Windows.Forms.Form.WmShowWindow(Message& m)

   at System.Windows.Forms.Form.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)

I guess the question I'm really asking is are there any breaking changes I am not aware of in UltraDockManager.OnMdiParentLoad?

Thanks in advance

Parents Reply Children
No Data