Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VSHost.exe keeps starting in VS2010

I'm working in VS2010 with a solution with lots of projects and it is constantly becoming unresponsive.

One thing I've noticed which may be a clue is that MyApplicationName.vshost.exe is constantly popping up in the process list despite the fact that I have not started any debugging. It could be happening whenever a build takes place perhaps?

I'm not launching the application from within VS at all. I'm just executing it from within the bin directory.

Killing the vshost.exe process seems to often cause VS2010 to become responsive again.

Any ideas why this process could keep getting spawned?

Thanks!

like image 212
TerryB Avatar asked Aug 19 '11 01:08

TerryB


1 Answers

In your project properties, try unchecking the following box in the Debug tab:

  • Enable the Visual Studio hosting process
like image 134
Scott Ferguson Avatar answered Nov 17 '22 22:11

Scott Ferguson