简体   繁体   English

取消选中后,vshost.exe仍在运行启用VS2015中的Visual Studio托管过程

[英]vshost.exe still running after uncheck Enable the Visual Studio hosting process in VS2015

I have a problem with the vshost.exe on running my test cases using a standalone test runner. 我在使用独立测试运行程序运行测试用例时,vshost.exe出现问题。 vshost.exe is still running after I've done the following: 完成以下操作后,vshost.exe仍在运行:

  1. Clear my bin/Debug folder of the project. 清除我的项目的bin / Debug文件夹。
  2. Uncheck the " Enable the Visual Studio hosting process ". 取消选中“ 启用Visual Studio托管过程 ”。
  3. Restart Visual Studio. 重新启动Visual Studio。
  4. Build the project. 生成项目。
  5. Run test runner. 运行测试运行程序。

在此处输入图片说明

What else do I miss to kill the vshost.exe. 我还有什么想杀的vshost.exe。 Your response is truly appreciated. 非常感谢您的回复。

From comment56995746 , my guesses are you either comment56995746中 ,我猜你也是

  • didn't save the settings, or 没有保存设置,或者
  • didn't rebuild, rather than build, the project 没有重建而不是建造项目
    • that's because the compiled bits actually reside in obj folder (and then some are copied into bin ) which you didn't clean. 那是因为编译后的位实际上驻留在obj文件夹中 (然后将某些位复制到bin ),您没有对其进行清理。 Rebuild makes VS disregard them. 重建使VS不理会它们。

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

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