Some problem running NUnit
- by prosseek
I have NUnit installed at this directory.
C:\Program Files\NUnit 2.5.5\bin\net-2.0
When I try to run my unit test (mut.dll) in some random directory. I get the following error. I have to copy the mut.dll under the NUnit directory in order to run it.
ProcessModel: Default DomainUsage: Single
Execution Runtime: net-2.0
Could not load file or assembly 'nunit.framework, Version=2.5.5.10112, Culture=n
eutral, PublicKeyToken=96d09a1eb7f44a77' or one of its dependencies. The system
cannot find the file specified.
What's wrong? Is there anything that I have to configure to run NUNit under any directory?