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
1871
Dispose exception when inheriting from an ultraCombo.
posted

After upgrading to the latest version of WinForms (16.1.20161.2033) our application is getting a dispose exception "Invoke or BeginInvoke cannot be called on a control until the window handle has been created." I have only been able to recreate this issue when the control is inherited from a base control. The controls also must have a value in them to get the exception. A workaround for this issue was to dispose of the controls in form 2's closing event which I have added to the sample project but are commented out.

This was not an issue in version 16.1.20161.1000 .

I have attached a sample project. To recreate the issue just click the button on the first form and then simply close the second form.

ComboTest.zip