Could not load file or assembly ‘Newtonsoft.Json, Version=6.0.0.0 – SSIS C# Script Task
I’m having a difficult time figuring out how to fix this issue. I’m trying to run a VS Studio 2015 SSIS Script Task with the Newtonsoft.Json.dll. I’ve tried adding it via GACUTIL, NUGET Package Manager, browsing/selecting assembly. No matter what I do, and no matter what version I tie too, it still gives me an error at runtime “Could not load file or assembly ‘Newtonsoft.Json, Version=6.0.0.0”. Here is my code which is basically a copy of other code snippets: