Вопрос

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?

Это было полезно?

Решение

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

Другие советы

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top