You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple Wave instances created using the API share the same Log instance, which is no good. This also causes the below exception when trying to open the LogWindow in both instances.
System.InvalidOperationException
HResult=0x80131509
Message=Ungültiger threadübergreifender Vorgang: Der Zugriff auf das Steuerelement LogWindow erfolgte von einem anderen Thread als dem Thread, für den es erstellt wurde.
Source=System.Windows.Forms
StackTrace:
at System.Windows.Forms.Control.get_Handle()
at System.Windows.Forms.Control.SetVisibleCore(Boolean value)
at System.Windows.Forms.Control.Show()
at BlueM.Wave.Log.ShowLogWindow() in H:\DEV\BLUEM\CODE\BlueM.Opt\BlueM.Wave\Log.vb:line 120
This exception was originally thrown at this call stack:
[External Code]
BlueM.Wave.Log.ShowLogWindow() in Log.vb
Individual instances each need to have their own Log instance.
The text was updated successfully, but these errors were encountered:
Multiple Wave instances created using the API share the same Log instance, which is no good. This also causes the below exception when trying to open the LogWindow in both instances.
Individual instances each need to have their own Log instance.
The text was updated successfully, but these errors were encountered: