VS 2005 – Improved debugging performance with vshost.exe
While migrating our application to the new .NET CLR (2.0) I noticed that in addition to the
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.



August 5th, 2006 at 5:38 pm
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…