When we get the above error after updating the Newtonsoft.Json library from the NuGet package manager or installing it. The solution to the problem is that first delete all the reference from the project or delete the DLL files from the project and then try to install the library again and then check. It worked for me after updating the Newtonsoft.Json library from NuGet package manager console
Update-Package Newtonsoft.JsonOr try this
Update-Package –reinstall Newtonsoft.Json
No comments:
Post a Comment