Could not load file or assembly ‘Newtonsoft.Json, Version=6.0.0.0, or one of its dependencies. The system cannot find the file specified.

Could not load file or assembly ‘Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed’ or one of its dependencies. The system cannot find the file specified.

I got this error when I added to WEB API to ASP.NET MVC project.

So This is how I get it solved

Run this command in package manager console

Update-Package –reinstall Newtonsoft.Json