Hello, I am creating a project in ASP.NET, when executing it in the browser it generates this error: "Unable to load the file or assembly 'Newtonsoft.Json' or one of its dependencies"
Hello, I am creating a project in ASP.NET, when executing it in the browser it generates this error: "Unable to load the file or assembly 'Newtonsoft.Json' or one of its dependencies"
You are missing the reference of that Newtonsoft library download this package
Download the zip, unzip it and look for the Newtonsoft.Json.dll file for the framework version you are using and once you have it you will import it as a reference in your project and you should have no problem