Could not load file or assembly 'Newtonsoft.Json, Version=4.5.0.0,

0

I am getting error while using Newtonsoft.Json Function.

Could not load file or assembly 'Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference.

System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

c#
asp.net
asp.net-mvc
model-view-controller
json.net

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0