Some problem running NUnit
Posted
by prosseek
on Stack Overflow
See other posts from Stack Overflow
or by prosseek
Published on 2010-06-08T17:09:53Z
Indexed on
2010/06/08
17:42 UTC
Read the original article
Hit count: 386
nunit
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?
© Stack Overflow or respective owner