Answers for "Could not load file or assembly 'Newtonsoft.Json, Version"

C#
0

Could not load file or assembly 'Newtonsoft.Json, Version

The reason might be mixed versions of newtonsoft in your project. 
Make sure you either use the newtonsoft dll that already exists in your project
without adding new nuget package , or remove the old dll and nuget references 
and then add a new one, you can look at packages.congif\app.config\web.config
or the references tab in your project to find out the issue better
Posted by: Guest on April-11-2022

Code answers related to "Could not load file or assembly 'Newtonsoft.Json, Version"

C# Answers by Framework

Browse Popular Code Answers by Language