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:

copy local


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -