In a current project I work with Binary Messages in BizTalk Orchestration (received by WebService, sent with dynamic SMTP Adapter). To get to know more about the topic the following ressources where extremely useful: http://www.novaenterprisesy... http://www.novaenterprisesy... http://blogs.msdn.com/richa... http://vdcruijsen.net/post/...
Recently I used the mime encoder in a custom pipeline and got an error when sending a message through the pipeline at runtime: There was a failure executing the send pipeline: ........................ Reason: Retrieving the COM class factory for component with CLSID {254B4003-2AA7-4C82-BB2E-18... failed due to the following error: 80040154 After some time I figured out that this was because the send port run under a 64bit Host Instance. I changed it to 32bit and it worked. Obviously MimeEncoder...