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
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.