VS 2005 – Improved debugging performance with vshost.exe

August 4th, 2006

While migrating our application to the new .NET CLR (2.0) I noticed that in addition to the .exe file an additional file was created under the same folder with the name .vshost.exe.

Doing some research to learn more about this new “.exe buddy”, I find out that this is a new feature that was introduced with the new VS to improve some debugging performance issues and added several other features such as partial trust debugging and design-time expression evaluation.

To read move about those new features, visit MSDN website.

One Response to “VS 2005 – Improved debugging performance with vshost.exe”

  1. Sergey Lipnevich Says:

    Probably due to nature of the software we’re building, .vshost.exe began crashing almost daily on my work system, but never more than once a day even though I restart debugging session quite often. Go figure…