NUnit "could not load file or assemby 'MyTestProject'

前端 未结 4 1429
别那么骄傲
别那么骄傲 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:13

    If you do need to build the test project for x86, you can use nunit-x86.

    See "NUnit on 64-Bit Platforms" at http://www.nunit.org/index.php?p=nunit-gui&r=2.4.2.

提交回复
热议问题