Multiple BizTalk custom pipeline components in the same assembly
The question is entirely described in the title: is it possible to have multiple components in the same .NET assembly. All examples I've seen so far had a single custom pipeline component per assembly.
Thank you.
Sean, are you asking if it is possible to have more then one custom pipeline per assembly? If so then yes. Whether or not it is a good idea is more organizational then anything.
Personally we generally decide by our deployment needs or desires. Do we want to be able to deploy the pipelines piecemeal or by a certain customer where multiple pipelines makes sense.
The answer is Yes. As long as each component coded and deployed properly, they all show up in VS.NET designer and are usable.
精彩评论