Envelope Parameter Is Not Set Correctly in the C# BTSInterchange Sample That is Included with BizTalk Server Toolkit for Microsoft .NET (817228)



The information in this article applies to:

  • Microsoft BizTalk Server 2002

SYMPTOMS

In the C# BTSInterchange sample that is included with the Microsoft BizTalk Server Toolkit for Microsoft .NET, the constructor that is in the BTSInterchange.cs file for the BTSInterchange object takes ten parameters. One of these parameters is the envelope name. However, when you create an instance of the object, the envelope name is not represented in the object.

CAUSE

This problem occurs because, in the constructor, the call to SetParams method does not set the envelope name correctly.

RESOLUTION

To resolve this problem, change the sample to set the envelope name correctly. To do this, add the following code to line 68 in the BTSInterchange.cs. file:
this.EnvelopeName = sEnvelopeName;

STATUS

Microsoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article.

Modification Type:MajorLast Reviewed:10/27/2003
Keywords:kbBug kbfix KB817228 kbAudDeveloper