They are results of the hosting process feature that was introduced for the first time with VS2005.
Hosting process file, with extension .vshosts.exe, serves main three purposes:
There are more files created with the vshost file for the Visual Studio project:
Also, notice that these files shouldn’t be deployed with the application you finished or run directly.
It’s possible to disable generation vshost files under project settings -> Debug options -> Enable the Visual Studio hosting process checkbox.
You can find more information about the advanced debugging features in a MSDN article.
]]>