If you have spent any length of time working with BizTalk server 2009, chances are you’ve probably come across number of issues with Visual Studio 2008 integration. For instance, project references between BizTalk projects raises unexplainable design-time errors in your orchestration files. These errors sometimes go away mysteriously if you recompile or resave associated files. Very annoying…
// READ MORE //
Posts Tagged: BizTalk 2009
Preprocessor Directive Must Appear as the First Token on a Line Fix
I upgraded some BizTalk 2006 orchestrations today to BizTalk 2009 and came across this weird issue when I went to build the solution. preprocessor directive must appear as the first token on a line There were no issues shown in the orchestration designer, but the solution refused to build. If I double-clicked on the error…
// READ MORE //
Failed to instantiate adapter "MLLP" fix
One of our clients setup a new BizTalk 2009 server the other day and we came across a pretty weird issue. I tried to configure a new MLLP receive location, but received the following error: I figured it was due to something not being loaded properly, but shrugged it off and went to configure our…
// READ MORE //
HL7 Accelerator Schema Versioning
One of the more frustrating curiosities I’ve encountered in developing HL7 solutions for BizTalk is the 1 schema rule for the HL7 Accelerator. Only 1 schema with the Microsoft namespace is allowed for a message type (i.e. only one http://microsoft.com/HealthCare/HL7/2X#ADT_A08_GLO_DEF ) in a BizTalk 2006 server group. This was true, even if the assemblies containing the schema…
// READ MORE //