Why can't NUnit file or assembly be found (C# dll)? -
even when main empty, have following error while loading c# dll nunit:
system.io.filenotfoundexception : not load file or assembly 'nunit.framework, version=2.6.3.13283, culture=neutral, publickeytoken=96d09a1eb7f44a77' or 1 of dependencies. system cannot find file specified.
i don't understand why can't find it, have no clue start search.
you can set reference copy local
, example:
Comments
Post a Comment