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:

  1. clear bin/debug folder of project.
  2. uncheck "enable visual studio hosting process".
  3. restart visual studio.
  4. build project.
  5. run test runner.

enter image description here

what else miss kill vshost.exe. response appreciated.

from comment56995746, guesses either

  • didn't save settings, or
  • didn't rebuild, rather build, project

Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -