Could not load file or assembly 'Newtonsoft.Json' or one of its dependencies

前端 未结 10 2873
独厮守ぢ
独厮守ぢ 2021-02-20 10:31

First, It is not just duplicate. None of answers from following questions are working for me.

http://goo.gl/tS40cn
http://goo.gl/pH6v2T

I\'ve just updated al

10条回答
  •  情话喂你
    2021-02-20 10:47

    I know this is old, but I just ran into the same problem. My issue was that multiple projects in the solution used Newtonsoft.Json, but some were at different versions. I updated all of them to the most recent (9.0.1 as I type) and the problem went away.

    Anyway... if anyone is still dealing with this, make sure to update the package in EVERY project in the solution.

    HTH

提交回复
热议问题