简体   繁体   English

VSHost.exe始终在VS2010中启动

[英]VSHost.exe keeps starting in VS2010

I'm working in VS2010 with a solution with lots of projects and it is constantly becoming unresponsive. 我在VS2010工作,有很多项目的解决方案,并且不断变得反应迟钝。

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. 我注意到的一件事可能是线索,尽管我还没有开始任何调试,MyApplicationName.vshost.exe会不断弹出进程列表。 It could be happening whenever a build takes place perhaps? 也许每当构建发生时都会发生这种情况?

I'm not launching the application from within VS at all. 我根本没有从VS内部启动应用程序。 I'm just executing it from within the bin directory. 我只是从bin目录中执行它。

Killing the vshost.exe process seems to often cause VS2010 to become responsive again. 杀死vshost.exe进程似乎经常导致VS2010再次响应。

Any ideas why this process could keep getting spawned? 任何想法为什么这个过程可以继续产生?

Thanks! 谢谢!

In your project properties, try unchecking the following box in the Debug tab: 在项目属性中,尝试取消选中Debug选项卡中的以下框:

  • Enable the Visual Studio hosting process 启用Visual Studio托管过程

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM