NUnit "could not load file or assemby 'MyTestProject'

前端 未结 4 1420
别那么骄傲
别那么骄傲 2021-01-03 18:29

I\'m setting up a new 64 bit machine to run as a build server. When I try to load my NUnit test assembly into NUnit GUI I get the following error.

There is nothing

4条回答
  •  旧巷少年郎
    2021-01-03 19:15

    Activate the Fusion log with fuslogvw.exe (Run as Administrator from the Visual Studio Command Prompt) to see what the assembly loader tries to load and all occurring errors.

提交回复
热议问题