I have several versions of one SSIS Dataflow component. I need to bind some of them( definite version) to my SSIS package. How can I do that?
Thanks in advance.
What do you mean by binding your assemblies to a package?
Thanks,
Bob
|||Hi,
I mean that I developed a SSIS package using Dataflow components which I had developed before. The assembly of these components has version number 1.0.0.0, for instance.
After that I improved components( version 2.0.0.0, for instance) and I want to use them within the same package with components version 1.0.0.0. .
I can't put assemblies with the same name into folder \dts\pipelinescomponents\ .
Because If I replace components v. 1.x by v.2 that I will have to tune all other dataflow components again( lookups, unions and etc).
And I have to create the same component having diferent name. For example componentnameV1.dll, componentnameV2 and etc.
Does solution exist for this situation?
Thanks in advance.
|||I think the easiest way would be to replace the component in the PipelineComponents folder and the GAC and then change the version in the package XML. You'll have to test it though as I have not tried it.
Thanks,
Bob
|||Thank you very much for your idea. "change the version in the package XML. You'll have to test it though as I have not tried it."
I changed version in the package XML. And the package works with new version of components successfully.
No comments:
Post a Comment