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
I am getting {"Exception from HRESULT: 0xC00DABE0"} on Line 26 of MainWindow.xaml.cs (await capture.InitializeAsync....)
Following is the stack trace
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
at CaptureTestApp.MainWindow.d__1.MoveNext() in ...\CaptureTestApp\MainWindow.xaml.cs:line 26
The text was updated successfully, but these errors were encountered:
I am getting {"Exception from HRESULT: 0xC00DABE0"} on Line 26 of MainWindow.xaml.cs (await capture.InitializeAsync....)
Following is the stack trace
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
at CaptureTestApp.MainWindow.d__1.MoveNext() in ...\CaptureTestApp\MainWindow.xaml.cs:line 26
The text was updated successfully, but these errors were encountered: