January 23, 2012
What is MyApp.vshost.exe, and why Can’t I Kill It?
The visual studio hosting process a.k.a [YourAppName].vshost.exe in brief is the debugging information that Visual Studio creates for between runs to help improve debugging performance and other various functions. I had first worked with these files when I had to clean out my bin folder and noticed these files would not delete and were still in use. I had found...