c# - Program.vshost.exe Error Preventing Running Program -


I am transferring files around my debug folder in an attempt to open an executable to my program from a different location. It seemed that things have been spoiled, and I would like to know how to fix them.

The exact error reads as follows:

"Visual Studio could not copy a support file at this place: \ Program.vshost.exe 'Please confirm the path and write

And how to fix this?

Right click project / Solution -> Properties -> Debug -> Uncheck "Enable Visual Studio Hosting Process"


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -