3

I tried many steps for this "Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies."

After i installed Newtonsoft.Json latest version (13.0.1) and excute my program from SSIS my script component Newtonsoft property become like this image

enter image description here

How to solve this error in Script Component SSIS - "Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies."

Jack J Jun
  • 5,633
  • 1
  • 9
  • 27
  • Not sure it helps, but I had a similar issue when I installed a library from nuget that depends on Newtonsoft.Json, for some reason the reference to Newtonsoft.Json 13.0.1 has been added the same way as in your screenshot, but the dll library file itself (that has a version 13.0.0.0) hasn't been added to the project. I had to install Newtonsoft.Json directly from nuget. How do you install it? – Stanislav Parkhomenko Apr 02 '21 at 17:10
  • Same, i also installed directly from nugget. When i execute the task the version become to 0.0.0.0 – Logain Theran Apr 05 '21 at 07:18

0 Answers0