Visual Studio Unit Tests : dll is not trusted

前端 未结 5 1537
别那么骄傲
别那么骄傲 2021-01-16 10:02

I\'m struggling getting some unit tests running and wondering if anyone might have anything insightful.

The setup is that we\'ve got a bunch of referenced DLL\'s on

5条回答
  •  旧巷少年郎
    2021-01-16 10:43

    You need to download the streams.exe from the below path: http://technet.microsoft.com/en-us/sysinternals/bb897440.aspx

    place it in the same folder where you have the problem with the dll and navigate to that path in powershell/command prompt and run the below command: streams -s -d(command prompt) .\streams.exe -s -d "Folder Name"(from powershell)

提交回复
热议问题