I'm getting a dumb exception on nunit.exe
launch attempt:
System.IO.FileNotFoundException: Could not load file or assembly 'nunit.framework, Version=2.5.5.10112, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77' or one of its dependencies. The system cannot find the file specified.
The version of NUnit is 2.5.9
, installed from MSI package, i.e. different versions! Putting the library into executable's root didn't helped. (The same error for 2.5.5
).
How can it be??