Four binaries out of Visual Studio/C# compilation -
i compiled simple program (hir) in visual studio 10.0 (c#), , got 4 binaries in debug/release directory.
- hir.exe
- hir.pdb
- hir.vshost.exe
- hir.vshost.exe.manifest
i guess hir.exe binary, , hir.pdb debugging info. however, hir.vshost.exe , hir.vshost.exe.mainfest for?
in terms of deployment, have let users install 4 files?
you don't need deploy 'vshost' files, these performance of debugging in visual studio.
just confirm, msdn
hosting process files (.vshost.exe) use visual studio , should not run directly or deployed application
http://msdn.microsoft.com/en-us/library/ms185331%28v=vs.100%29.aspx
Comments
Post a Comment