1

I am using Visual Studio Express Web 2012. Recently, my computer crashed so have switched to a new laptop. The same visual studio after restoring the code is throwing an error as:

The schema version of 'Newtonsoft.Json' is incompatible with version 2.2.40116.9051 of NuGet.

Of course, VS suggests:

Please upgrade NuGet to the latest version from http://go.microsoft.com/fwlink/?LinkId=213942.

I did upgrade NuGet but still I'm receiving the same problem.

Any help will be appreciated.

Thank you.

amit kohan
  • 1,612
  • 2
  • 25
  • 47

1 Answers1

2

Have you tried updating to VS 2015? It looks like the latest NuGet versions are compatible with either VS 2013 or 2015.

Here is 2015 Community edition that you can download free: https://www.visualstudio.com/vs/community/

Jonathan
  • 36
  • 4
  • 1
    Yes, I tried it and worked but then also noticed in Visual Studio VS 2012 (Express) which it my working platform there is an update under `Tools > Extension and Updates > Updates > Visual Studio Gallery` so after updating it, VS required me to restart it and then everything came back up. Thank you, Jonathan! – amit kohan Dec 27 '16 at 19:35