May 8

BizTalk – How to debug Custom Pipeline Components running on Isolated Host

Normally we can debug almost all pipeline components in run-time mode by attaching Visual Studio to “BTSNTSvcexe” process (see: Debugging External

By Sandro Pereira

Jan 18

BizTalk Pipeline component – Unable to copy file “…\Pipeline Components\MyPipelineCom...

When building BizTalk Project it gives the following error: Unable to copy file "…\Pipeline Components\MyPipelineComponentdll" to "bin\Debug\

By Sandro Pereira

Oct 10

BizTalk Pipeline component – cannot copy “custom pipeline component” as the ear...

This problem occurs many times when we are trying to deploy pipeline components (copy the DLL to the folder: “C:\Program Files\Microsoft BizTalk Server

By Sandro Pereira

Oct 8

There was a failure executing the send pipeline: “Please ensure that exsmime.dll has been r...

For no reason, one of my BizTalk 2006 R2 Lab environment begin to appear the following error: “message sent to adapter "FILE" on send port

By Sandro Pereira

Aug 23

BAM API – Using MessagingEventStream to write BAM Events from pipeline components

MessagingEventStream (MES) is used inside a BizTalk pipeline component to write Bam as part of the messaging transactions ensuring that your BAM event

By Sandro Pereira

Jul 29

BizTalk Pipeline Component – The specified module could not be found. (Exception from HRESU...

Recently I tried to install an old BizTalk pipeline component project into a new environment, but it failed, giving the following error: “The

By Sandro Pereira

Apr 8

Debug BizTalk Custom Pipelines Components using Pipeline.exe utility – Pipeline file name i...

While trying to debug custom pipeline component using “Pipelineexe” utility, I keep getting the following error message: Pipeline file name is already

By Sandro Pereira

Dec 18

BizTalk Pipeline Configuration – Configure the properties for the MIME/SMIME Encoder pipeli...

In the Properties window, in the Pipeline Component Properties section, do the following Use thisTo do thisAdd Signing Cert To Message If the Signature

By Sandro Pereira

Dec 7

BizTalk Custom Pipelines Components – Best Practices – Defining Design-Time Properties: Des...

Unfortunately, in most of the examples of custom pipelines components, we many times forgot to customize properly the description and the display name of the

By Sandro Pereira

Oct 16

Developing Pipelines Components – UNC Path Error

Recently I developed a custom pipeline component, this component as a specified characteristic: it used a third-party DLL (provided by the client) After

By Sandro Pereira
turbo360

Back to Top