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

前端 未结 10 2676
独厮守ぢ
独厮守ぢ 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:33

    1. In your VS solution explorer, remove the Newtonsoft.Json reference.
    2. Download the 6.0 binary files at Newtonsoft binary files here
    3. Extract the files
    4. Add the Newtonsoft library manually. From Visual Studio, right click Reference and select Add Reference
    5. Click Browse
    6. Navigate to the extracted files under Net45 and select Newtonsoft.Json.dll
    7. If it does not work try using Net40 instead by going through the whole procedure again.

提交回复
热议问题