开发者

VSHost.exe keeps starting in VS2010

开发者 https://www.devze.com 2023-03-28 22:59 出处:网络
I\'m w开发者_如何学JAVAorking in VS2010 with a solution with lots of projects and it is constantly becoming unresponsive.

I'm w开发者_如何学JAVAorking 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!


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

  • Enable the Visual Studio hosting process
0

精彩评论

暂无评论...
验证码 换一张
取 消