What is the purpose of vshost.exe file?
- by Milen
When I create and compile a hello world application in C#, I get three files in the Debug folder apart from the main output exe (eg: HelloWorld.exe)
1. HelloWorld.vshost.exe
2. HelloWorld.pdb
3. HelloWorld.vshost.exe.manifest
What are these files and what purpose do they serve?