09-24-04 07:48 AM
If you want to be able to use an Orchestration, that is referenced, the
referenced Orchestration need to be public. To make it public on the
properties for the Orchestration, look for Type Modifier. Make that Public,
then recompile and deploy, and it should be callable from any other Project,
as long as the assembly with this orchestration is referenced.
A second option, which we use for some of our projects, is to use a MSMQT
Receive Location to start the Orchestration. One big adavatage, and the
reason we do this, is that other applications and not just Biztalk can use
the Common Flow. The big disadvatage is that all information being passed
in and being received from the flow, has to be emmbedded in the XML, and not
as Orchestration Parameters.
Todd
"Neil Hewitt" <NeilHewitt@discussions.microsoft.com> wrote in message
news:882903C4-9BE8-45B0-8212-8EC696FF2BEB@microsoft.com...[vbcol=seagreen]
>i am not sure how to make an assembly public ? can someone help ?
>
> "Neil Hewitt" wrote:
>
[ Post a follow-up to this message ]
|