I use Netonsoft.Json in my project. It works fine until I start integrating Paypal SDK in my Project. My code is as below.
String AccessToken = ne
I just had the same problem and I solved it by updating the Newtonsoft.Json to the latest version using
Update-Package Newtonsoft.Json
and then going to Web.config and adding: