Could not load file or assembly 'Newtonsoft.Json' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Hello, Include your Newtonsoft.Json.dll file to your bin folder of your project so it will be there when you publish your project. Else, make sure you are copying the physical file Newtonsoft.Json.dll to the bin folder of published location.
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)