Hi everyone,
Every time I build my .NET application with Visual Studio, I got a appname.vchost.exe file along with my appname.exe file. This file doesn't exist when I build with command line commands. So,
- What is this *.vchost.exe file for?
- Could someone explain its working mechanism in detail?
Thanks.