After install Visual Studio 2015 community and NUnit Test Adapter, I cannot find test cases in the test explorer.

Cause

As test projects are stored on a network driver E, the test explorer need authorization to access these projects.

Solution

Run the command:

%windir%\Microsoft.NET\Framework\v4.0.30319\CasPol -m -ag 1.2 -url file://E:/* FullTrust
SETX COMPLUS_LoadFromRemoteSources 1 /M
Echo Please restart your Visual Sutdio...

相关文章:

  • 2021-09-08
  • 2022-01-07
  • 2021-05-30
  • 2021-11-20
  • 2022-01-07
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
  • 2021-09-06
  • 2022-02-27
  • 2022-12-23
  • 2021-09-15
相关资源
相似解决方案