Adding reference to .NET component in SSIS

Question:

"When using Chilkat .NET from an SSIS script, make sure the
ChilkatDotNet2.dll assembly is stored in the GAC (Global Assembly
Cache). This is required to allow the .NET runtime to find and load
the assembly."

However, when I try to add a reference to ChilkatDotNet2.dll it does
not show up on the list of available dll's. Do you have any experience
with this problem? Any way you can help me get over this hurdle?

Answer:

Inside of SSIS there is no tab to browse. The interface is a little
simpler than the one for traditional .Net apps.

FYI...

I just discovered this. I also had to add the DLL to the .NET Framework
folder: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727

Now it shows up on the list!
Tags :