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
Hi, i have a problem for create new Virtual Desktop.
I call this: VirtualDesktop test = VirtualDesktop.Create();
VirtualDesktop test = VirtualDesktop.Create();
And get:
...Chargé 'C:\Users\...\Desktop\...\...\...\...\bin\Debug\VirtualDesktop.dll'. Exception levée : 'System.NullReferenceException' dans VirtualDesktop.dll
The text was updated successfully, but these errors were encountered:
Netframwork 4.6.1 or 4.7.2 Windows 10 1809 (17763.253) C# WPF
Sorry, something went wrong.
Same here
Me too.
Netframwork 4.6 Windows 10 1809 (17763.379) C# WPF
Me too, in fact I get a NullReferenceException on most functions, not just Create()
No branches or pull requests
Hi, i have a problem for create new Virtual Desktop.
I call this:
VirtualDesktop test = VirtualDesktop.Create();
And get:
The text was updated successfully, but these errors were encountered: