Sis

  • Thread starter Thread starter DaveL
  • Start date Start date
Does anybody know whow i may Reference a dll
within a Sql SSis Package Script

I believe you can only access DLLs that are in the GAC. When you add a
reference from the script IDE, there's only a .NET tab in the dialog. If you
need to access an assembly you've written, you'll have to add it to the GAC.
 
Thanks alot
DaveL

Jeff Johnson said:
I believe you can only access DLLs that are in the GAC. When you add a
reference from the script IDE, there's only a .NET tab in the dialog. If
you need to access an assembly you've written, you'll have to add it to
the GAC.
 
Back
Top