Closed praseodeveloper closed 8 years ago
The issue has been identified. The Interface ID for IApplicationView in Virtual Desktop project was {9AC0B5C8-1484-4C5B-9533-4134A0F97CEA}
And the interface ID for Windows 10 Version 1511 was different. (Found this out from regedit by searching for IApplicationView). Downloaded the sources for Virtual Desktop and changed the IID there and built the .dll again. Used that as reference for VDesk and it started working. :)
The latest VDesk sources were pulled and a release build generated with .net 4.6 target version. Upon executing
vdesk run notepad
the application crashes.Upon debugging, a XamlParseException is encountered. Inner exception is
Please help.
Tried running command prompt as Administrator also. This did not fix the problem.