BizTalk Server 2006 - Pipeline Component Side-By-Side deployment
In BizTalk Server 2004, it was impossible to perform a side-by-side deployment of pipeline components (if someone knows an approach to implement this without renaming the assembly, please let me know ;-) ). Every aspect of BizTalk Server components was deployed into the GAC, but the pipeline components themselfs.
It turns out, however, the team did a tremendous job in altering this 'feature' to support GAC-ed pipeline components within BizTalk Server 2006. The trick to enable this is to:
It turns out, however, the team did a tremendous job in altering this 'feature' to support GAC-ed pipeline components within BizTalk Server 2006. The trick to enable this is to:
- Version the pipeline component (sign the assembly)
- reference the component by placing it into the "Pipeline Components" folder at development time in order to use it in your pipelines
- remove it from this folder after building the pipeline or in deploying your solution to production
- GAC the component