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

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

    check the 'Newtonsoft.Json' version in the project references. Add that version in the Web config. It will work. For Example: your Webconfig look like this:

    
    
    
    
    

    If your version in References is '9.0.0.0' change to this:

    
    
    
    
    

提交回复
热议问题