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

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -