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
Program Files
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.
gacutil /i
nunitframeworkpath
%Program Files%\NUnit\net-2.0\framework\nunit-framework