When I run my package that has a script component with a reference to my custom assembly, I get this error message 'Could not load file or assembly..'

Thanks!

link|improve this question

You might need to provide more details here. Your package structure or something relevant. It's hard to understand what's going on here. – MPelletier Nov 3 '10 at 10:13
feedback

1 Answer

up vote 0 down vote accepted

SSIS scripts can only reference external assemblies that are installed in the GAC. Here's something to get you started:

http://support.microsoft.com/kb/315682

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.