Choose a location:
posted 2/21/2013 by Raghav Khunger
I tried installing Signalr latest version today and was unable to do so because of the following message:
Unable to find a version of 'twitterizer2' that is compatible with 'Newtonsoft.Json 4.5.11'.
SignalR was using the latest version of Newtonsoft.Json and at the time of writing this blog it was supporting Newtonsoft.Json 4.5.11. In my project I was using Twitterizer which was supporting Newtonsoft.Json 4.5.5. I needed both the projects working in my application. In order to fix this Newtonsoft.Json dll compatibility issue I went to Twitterizer github source and downloaded it. My goal was to compile the source with latest Newtonsoft.Json dll. I did the following steps to do so:
Install-Package Newtonsoft.Json
What kind of email newsletter would you prefer to receive from CodeAsp.Net? 18