NUnit assembly not found

前端 未结 5 1538
被撕碎了的回忆
被撕碎了的回忆 2021-02-02 12:25

I\'ve used NUnit before, but not in a while, and never on this machine. I unzipped version 2.4.8 under Program Files, and I keep getting this error when trying to l

5条回答
  •  [愿得一人]
    2021-02-02 13:04

    I got this error message today when I tried to add a new test assembly to an existing NUnit test project. It seems that my test projects had multiple path references to identical nunit.framework.dll assemblies.

    If you have more than one test assembly in your NUnit project, you may want to verify the Path property of the nunit.framework reference in your test projects. Once I made them match, the error message went away.

提交回复
热议问题