sooprise
sooprise

Reputation: 23187

Program.vshost.exe Error Preventing Running Program

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

Answers (2)

user240141
user240141

Reputation:

Also you can terminate it from Task Manager. if running Win 6 or 7 use end process from admin previlige

Upvotes: 0

Bharath K
Bharath K

Reputation: 2119

Right click on the project/solution -> Properties -> Debug -> Uncheck "Enable visual studio hosting process"

Upvotes: 9

Related Questions