TerryB
TerryB

Reputation: 549

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!

Upvotes: 7

Views: 2461

Answers (1)

Scott Ferguson
Scott Ferguson

Reputation: 7830

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

  • Enable the Visual Studio hosting process

Upvotes: 8

Related Questions