Referencing a project in the same solution from script tasks
Hello, I have a solution with an SSIS project and now I added a class library project and I want to reference it from the script tasks of the SSIS project. Is there any way to do that without creating a shared assembly? Thanks.
November 15th, 2010 6:29am

The class library can be manually referenced in the Script Task: 1. On the Project menu, select Add Reference. 2. In the list of available .NET components, select TheNeeded library and click Add button. 3. Click OK to close the dialog. 4. In your code, include an Imports statement like the following: Imports TheNeeded The above is for VB (if you are on SSIS 2005).Arthur My Blog
Free Windows Admin Tool Kit Click here and download it now
November 15th, 2010 3:00pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics