Sis

D

DaveL

Hi,

Does anybody know whow i may Reference a dll
within a Sql SSis Package Script

DaveL
 
J

Jeff Johnson

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.
 
D

DaveL

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

How can I exit a method prematurely 5
custom and user controls 1
SSIS Programming 2
loading dll at runtime 5
formula 7
open With Dialog 4
dll loading 7
sqldataadapter 2

Top