Error loading MonoDevelop Library

1

I'm 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.
    
asked by anonymous 15.04.2015 / 21:21

1 answer

1

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

    
15.04.2015 / 22:00