Every time I create my .NET application with Visual Studio, I have the appname.vchost.exe file along with the appname.exe file . This file does not exist when I build command line commands. In this way,
- What is this *. vchost.exe file for?
- Can someone explain their working mechanism in detail?
Thank.
source
share