August 2, 2011 at 3:26 pm
Hi,
Could anybody Please advice how can we add the Reference to GAC or the Object Library in SSIS. I can see the dll in the Object Library but not able to use it. Thanks for the help in advance.
August 2, 2011 at 5:01 pm
August 2, 2011 at 5:54 pm
Basically you need to find where your gacutil.exe is located and execute it with the /i switch and the assembly file like so:
gacutil.exe /i "C:AssemblyLocation\assembly.dll"
here's a link with a specific example: http://bifuture.blogspot.com/2010/09/failure-adding-assembly-to-cache.html
That's the first step.
August 2, 2011 at 9:44 pm
This SSIS BOL topic also provides info on installing an assembly in the GAC, as well as signing, building, and deploying an assembly.
"Building, Deploying, and Debugging Custom Objects" at http://msdn.microsoft.com/en-us/library/ms403356.aspx
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply