Error executing ASP.NET application C #

0

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"

    
asked by Raul Simon 10.05.2018 в 18:52
source

1 answer

0

You are missing the reference of that Newtonsoft library download this package

link

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

    
answered by 10.05.2018 / 19:01
source