VirtualDesktop icon indicating copy to clipboard operation
VirtualDesktop copied to clipboard

Cannot run sample program. VirtualDesktopProvider does not exist.

Open JimF42 opened this issue 6 years ago • 0 comments

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?

JimF42 avatar Nov 22 '18 19:11 JimF42