newuserxyz
Programmer
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 ;-)
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 ;-)