System.BadImageFormatException caused by NUnit project

前端 未结 10 1203
孤城傲影
孤城傲影 2020-12-10 02:03

Good day everyone. I have been having the same problem all day at work and am struggling to find any new paths to go down.

I am getting the following error when my

10条回答
  •  一向
    一向 (楼主)
    2020-12-10 02:13

    Check the target framework version of your assembly are same as nUnit test runner supports. See runFile.exe.config for list of supported runtimes.

    Also if you have megrated from FW 3 to FW 4, they has different runtime (CLR is different).

提交回复
热议问题