Skip to content
New issue

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

Cannot run sample program. VirtualDesktopProvider does not exist. #39

Open
JimF42 opened this issue Nov 22, 2018 · 0 comments
Open

Cannot run sample program. VirtualDesktopProvider does not exist. #39

JimF42 opened this issue Nov 22, 2018 · 0 comments

Comments

@JimF42
Copy link

JimF42 commented Nov 22, 2018

I am trying to run the sample program, but the compiler is telling me that VirtualDesktopProvider does not exist, so it cannot even compile VirtualDesktopProvider.Default.Initialize();

try
{
    await VirtualDesktopProvider.Default.Initialize();
}
catch (Exception ex)
{
    MessageBox.Show(ex.Message, "Failed to initialize.");
}

Has something changed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant