This post originated from an RSS feed registered with .NET Buzz
by Doug Thews.
Original Post: Just What is VSHOST?
Feed Title: IlluminatiLand
Feed URL: http://apps5.oingo.com/apps/domainpark/domainpark.cgi?client=netw8744&s=JETBRAINS.COM
Feed Description: A technology blog for people enlightened enough to think for themselves
If you're running Whidbey, you may have noticed that when you debug a Windows app that you see two entries in your Task Manager. One for the application, and one for something called VSHOST (it'll show up as [appname].vshost.exe).
VSHOST is a wrapper around your app when running under the Whidbey IDE. You'll also notice that VSHOST and several other files will be placed in your BIN folder as well. These files should not be deployed, and in Beta 2, Whidbey should give you an option to eliminate them completely from a build to give you a production deployable app. Dave Templin has a great post about VSHOST over on his VB.NET blog.