Visual Studio 2012 Web API project won't run - can't find Newtonsoft.Json

后端 未结 13 1429
余生分开走
余生分开走 2020-12-02 09:56

After running a clean solution and rebuild, my MVC 4 Web API project stops working. It\'s can\'t find Newtonsoft.Json.

I know that MS is using this as the default JS

13条回答
  •  一整个雨季
    2020-12-02 10:12

    I did this by mistake, and it sorted it self out fine.

    Having started a new VS 2012 project I used NuGet to install Newtonsoft.JSON, as mentioned version 4.5.6 is already installed, and I was impressed to see that this was uninstalled and 4.5.10 installed.

    Sweet.

提交回复
热议问题