Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Getting the Orchestration ServiceInstanceId › Getting the Orchestration ServiceInstanceId
June 22, 2006 at 11:28 PM
#13440
We reported this problem to Microsoft, here is their solution:
strProcessId = System.Convert.ToString
(YourOrchestrationName
(Microsoft.XLANGs.BaseTypes.InstanceId));
YourOrchestrationName is the TypeName found in the Orchestration Properties.
This has not caused the \”stupid\” problem of the compile errors and having to touch the shape, and move it.