NUnit assembly not found

前端 未结 5 1537
被撕碎了的回忆
被撕碎了的回忆 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 12:50

    Note that the current NUnit installation (2.5.10) doesn't register itself automatically in the GAC.

    If you must use GAC, register it via gacutil /i where nunitframeworkpath is usually %Program Files%\NUnit\net-2.0\framework\nunit-framework.

提交回复
热议问题