Problem with Visual Studio as a Terminal services app
Visual Studio
1
Posts
1
Posters
0
Views
1
Watching
-
I have a Windows 7 virtual desktop where Visual Studio has been provisioned as a terminal services app running on Windows Server 2008. The problem is that Visual Studio actually runs on the server and during debugging, if the code is accessing the file system/registry, it is actually accessing the file system/registry of the server when you expect it to access the file system/registry of the virtual desktop. Anyone facing such as issue? How did you solve it?