What is the purpose of vshost.exe file?
        Posted  
        
            by Milen
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Milen
        
        
        
        Published on 2009-04-21T19:24:48Z
        Indexed on 
            2010/03/29
            3:43 UTC
        
        
        Read the original article
        Hit count: 548
        
c#
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?
© Stack Overflow or respective owner