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

后端 未结 13 1451
余生分开走
余生分开走 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:26

    For me the only thing that fixed this error was to add the missing section to my web.config file, which I got from this answer here: https://stackoverflow.com/a/20414714/940783

    Here is what I needed to add:

      
        
        
      
    

提交回复
热议问题