I created the Windows service, following mainly these instructions: http://www.codeproject.com/KB/dotnet/simplewindowsservice.aspx
I install it using my installer, and my problem is that when I run it and then look at the task manager processes, I see not only appname.exe, but also appname.vshost.exe.
Can someone tell me what this vshost file is, why it exists, and how can I get rid of it ??? (This is not physically located in my folder where the service is installed ...)
Thank you so much
source
share