I keep running into unhandled exceptions with SDKDigitalZoomInfoUserControl even though i dont use the digitial zoom.
The full error i get is:
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.InvalidOperationException
at System.Windows.Threading.Dispatcher.VerifyAccess()
at MS.Internal.Media.VisualTreeUtils.AsVisual(System.Windows.DependencyObject, System.Windows.Media.Visual ByRef, System.Windows.Media.Media3D.Visual3D ByRef)
at MS.Internal.Media.VisualTreeUtils.AsNonNullVisual(System.Windows.DependencyObject, System.Windows.Media.Visual ByRef, System.Windows.Media.Media3D.Visual3D ByRef)
at System.Windows.Media.VisualTreeHelper.GetParent(System.Windows.DependencyObject)
at System.Windows.UIElement.GetUIParentWithinLayoutIsland()
at System.Windows.ContextLayoutManager+LayoutQueue.Add(System.Windows.UIElement)
at System.Windows.UIElement.InvalidateMeasure()
at System.Windows.Forms.Integration.WinFormsAdapter.OnLayout(System.Windows.Forms.LayoutEventArgs)
at System.Windows.Forms.Control.PerformLayout(System.Windows.Forms.LayoutEventArgs)
at System.Windows.Forms.Control.System.Windows.Forms.Layout.IArrangedElement.PerformLayout(System.Windows.Forms.Layout.IArrangedElement, System.String)
at System.Windows.Forms.Control+ControlCollection.Remove(System.Windows.Forms.Control)
at System.Windows.Forms.Control.Dispose(Boolean)
at VideoOS.Platform.SDK.SDKDigitalZoomInfoUserControl.Dispose(Boolean)
at VideoOS.Platform.SDK.SDKDigitalZoomInfoUserControl.Finalize()
It may only happen once a day or multiple.
any help appreciated.