Script Task looses reference to external DDL

  • Hi all.

    I have the following issue with SSIS 2008. I created an DDL library, compiled it and added to GAC. Then I created a Script Task and added reference to that library to it. Then I added some code invoking the library. Finally I performed the following checks:

    1) Executed the package from SSIS - OK, the library is invoked.

    2) Deployed the package to the server, executed - OK, the library is invoked.

    BUT! When I open the Script Task in BIDS in order to modify the code, it is no longer referencing my library! Therefore I have to manually add the library any time I open the Script Task.

    It is very annoying because I have a lot of packages which need to work with the library.

    Could you please advise how to resolve the issue?

    Thank you in advance.

  • Hi,

    Open AssemblyInfo.cs from your external DDL solution and tell us what you have defined for: AssemblyVersion

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply