I have an error with NUnit GUI (2.5.10.11092) :
System.IO.FileNotFoundException : Could not load file or assembly 'nunit.framework, Version=2.5.10.11092, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77'
this dll is in this folder : "C:\Dev\Libs\nunit.framework.dll"
If I copy this dll in the same directory than the assembly I want to test, it works fine but I don't want to copy this nunit.framework dll.
Is there any way solve this ?