Reputation: 23187
I've been moving files around from my debug folder in an attempt to open the executable for my program from a different location. This seemed to have screwed things up, and I'd like to know how to fix them.
The exact error reads as follows:
"Visual Studio could not copy a support file to this location:\Program.vshost.exe'. Please verify the path exists and is writeable."
And ideas on how to fix this?
Upvotes: 2
Views: 3884
Reputation:
Also you can terminate it from Task Manager. if running Win 6 or 7 use end process from admin previlige
Upvotes: 0
Reputation: 2119
Right click on the project/solution -> Properties -> Debug -> Uncheck "Enable visual studio hosting process"
Upvotes: 9