We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get this Stack Trace by automatic crash report of my program that users VirtualDesktop
System.NotSupportedException: Specified method is not supported. at WindowsDesktop.Interop.VirtualDesktopManagerInternal.GetInstance() at WindowsDesktop.Interop.ComObjects.Initialize() at WindowsDesktop.Interop.ComObjects.ExplorerRestartListenerWindow.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at System.Windows.Interop.HwndSource.PublicHooksFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
OSVersion: Microsoft Windows NT 10.0.21337.0
I don't get additional information to know what the user did to cause this but I would like to know how I can prevent the crash.
The text was updated successfully, but these errors were encountered:
This is #55
Sorry, something went wrong.
No branches or pull requests
I get this Stack Trace by automatic crash report of my program that users VirtualDesktop
OSVersion: Microsoft Windows NT 10.0.21337.0
I don't get additional information to know what the user did to cause this but I would like to know how I can prevent the crash.
The text was updated successfully, but these errors were encountered: