I am developing a Ribbon control and I want to use JSON.NET. I'm having this error :
Could not load file or assembly 'Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The system cannot find the file specified.
I've tried a couple of things, that I found here in stackoverflow such as:
- reinstall JSON.NET, with nuget console;
- Open up packages.config
- Delete the Newtonsoft.Json entry.
- Save and Build Re-add Newtonsoft.Json from NuGet.
- Build and run
- checked files on bin folder
nothing seems to work, any ideias?