asp.net - "Could not load file or assembly" error when installing Google.api.customsearch.v1 client library -


i trying install google.api.customsearch.v1 client library nuget error when try run asp.net website.

could not load file or assembly 'newtonsoft.json, version=4.5.0.0, culture=neutral, publickeytoken=30ad4fe6b2a6aeed' or 1 of dependencies. located assembly's manifest definition not match assembly reference. (exception hresult: 0x80131040)

i have discovered stackoverflow such issue, non of them resolved problem. suggestion?

ok, fixed problem updating newtonsoft.json package. run following command in package manager console

update-package newtonsoft.json 

Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -