[nunit-discuss] Nunit error

8 views
Skip to first unread message

bala eshwari

unread,
Apr 26, 2010, 5:10:24 AM4/26/10
to NUnit-Discuss
Hi Experts,

In Nunit while im trying to run a project the following error is
throwing up :(

"System.IO.FileNotFoundException: Could not load file or assembly
'nunit.framework, version=2.2.0.0, culture=neutral
PublicKeyToken=96d09a1eb7f44a7 or one of its dependencies. The system
cannot find the file specified."

Can anybody help me in resolving this issue.Its ...Your immediate help
is highly appreciated.

Thanks & Regards,
Bala

--
You received this message because you are subscribed to the Google Groups "NUnit-Discuss" group.
To post to this group, send email to nunit-...@googlegroups.com.
To unsubscribe from this group, send email to nunit-discus...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/nunit-discuss?hl=en.

Charlie Poole

unread,
Apr 26, 2010, 2:55:32 PM4/26/10
to nunit-...@googlegroups.com
Hello Bala,

This error means you have not made the nunit.framework assembly
available to the test you
are trying to load. It should usually be located in the same directory
as your test assembly.
If it's not there, it may be that you neglected to copy it. If you are
using Visual Studio,
you may have told VS not to copy it. Another possibility is that you
are opening the test
assembly from the obj directory rather than the bin directory.

For further help, you will have to give us more information.

Charlie

bala eshwari

unread,
Apr 28, 2010, 1:41:34 AM4/28/10
to nunit-...@googlegroups.com
Hi Charlie,
 
You gave me a perfect solution...I was running it from Obj directory rather from bin...now the issue is resolved...thank you...
 
Regards,
Bala

Reply all
Reply to author
Forward
0 new messages