c# - vshost.exe still running after uncheck Enable the Visual Studio hosting process in VS2015 -
i have problem vshost.exe on running test cases using standalone test runner. vshost.exe still running after i've done following:
- clear bin/debug folder of project.
- uncheck "enable visual studio hosting process".
- restart visual studio.
- build project.
- run test runner.

what else miss kill vshost.exe. response appreciated.
from comment56995746, guesses either
- didn't save settings, or
- didn't rebuild, rather build, project
- that's because compiled bits actually reside in
objfolder (and copiedbin) didn't clean. rebuild makes vs disregard them.
- that's because compiled bits actually reside in
Comments
Post a Comment