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
1090
UltraComboEditor 10.2 Cross-thread InvalidOperationException
posted

I seem to be getting this random crash with 10.2.20102.1004. Just have an UltraComboEditor with 4 text items and images on a modal dialog. Crash occurs on ShowDialog after randomly opening and closing the dialog a few times without doing anything and no events handled on the combo editor. The only thread is the UI thread.

System.InvalidOperationException was unhandled

  Message="Cross-thread operation not valid: Control '' accessed from a thread other than the thread it was created on."

  Source="System.Windows.Forms"

  StackTrace:

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

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

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

       at System.Windows.Forms.Control.Dispose(Boolean disposing)

       at Infragistics.Win.UltraControlBase.Dispose(Boolean disposing)

       at Infragistics.Win.ValueListDropDown.Dispose(Boolean disposing)

       at System.ComponentModel.Component.Dispose()

       at Infragistics.Win.ValueList.OnDispose()

       at Infragistics.Win.BindableValueList.OnDispose()

       at Infragistics.Shared.DisposableObject.Dispose()

       at Infragistics.Win.UltraWinEditors.UltraComboEditor.DisposeValueList()

       at Infragistics.Win.UltraWinEditors.UltraComboEditor.Dispose(Boolean disposing)

       at System.ComponentModel.Component.Finalize()

  InnerException:

Parents
No Data
Reply
  • 12773
    posted

    Hello,

    I just wanted to know if you were able to solve your issue or you still need help? Just let me know.

    Thank you.

    Sincerely,
    Dimi
    Developer Support Engineer
    Infragistics, Inc.

Children