November 13, 2021 at 4:33 pm
Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=xxxxxx' or one of its dependencies. The system cannot find the specified file.
I'm using Newtonsoft on SSIS.
But when running the package this error is displayed. Please, how can I perform this configuration?
November 13, 2021 at 6:21 pm
Have you added the Newtonsoft DLL to the GAC?
The absence of evidence is not evidence of absence
- Martin Rees
The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
- Phil Parkin
November 13, 2021 at 7:35 pm
Hi Phil Parkin.
I didn't add the DLL to the GAC because I have little knowledge of C#. I'm studying to develop projects.
If there is any link or video that can help with understanding, I'm very grateful.
November 14, 2021 at 4:38 pm
In order for SSIS to find the Newtonsoft assembly when the package runs, you need the following two things to be in place:
(Using Nuget in SSIS probably won't work, once a package has been deployed.)
Have a look at this link for some additional information: https://social.msdn.microsoft.com/Forums/sqlserver/en-US/0633f589-f9ab-4806-93cd-9e0c2cebcbd7/use-newtonsoftjson-in-ssis-via-script-component?forum=sqlintegrationservices
The absence of evidence is not evidence of absence
- Martin Rees
The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
- Phil Parkin
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply