Error loading Library Monodevelop

Asked

Viewed 233 times

1

I am trying to use the Newtonsoft.Json library in mono, but I get the following error:

System.IO.FileNotFoundException: Could not load file or assembly 'Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
  • how did you add this library to the project? by Nugget?

  • I went to References and added.

1 answer

1


I solved the problem, opened the Monodevelop installation folder and searched for Newtonsoft.Json.dll, copied to my project folder, went to References and added as external. At first he did not load the iconi from Library, but compiled and executed correctly.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.