Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

class BTSInterchange doesn't exist in BTSInterchangeLib.dll

Status
Not open for further replies.

newuserxyz

Programmer
Jun 3, 2004
7
DE
Hallo,

according to an example at msdn ( I want to exchange documents between an application and BizTalk Server 2002.

My coding is the following:

....
using Microsoft.BizTalk;
using Microsoft.BizTalk.BTSInterchangeLib;

BTSInterchange interchange = new
BTSInterchange(BIZTALK_OPENNESS_TYPE.BIZTALK_OPENNESS_TYPE_NOTOPEN,
"", "", "", "", "", "MyChannelName", "", "", 0);
.....

I included the BTSInterchangeLib.dll form the folder

...\Microsoft BizTalk Server\NET Toolkit\Primary Interop Assemblies

as mentioned in the example at msdn.
If I try to compile the whole stuff I recieve an errrormessage, that BTSInterchange is unknown.
Does anybody know What's wrong?? Thanx in advance ;-)
 
I'm no expert, but I have had a go at the exercise. I did manage to get it working though.

Have you included a COM Reference to the:

Microsoft BizTalk Server Interchange 1.0 Type Library
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top