Visual Studio 2008 Crashes When Adding Custom Pipeline Components to Toolbox

Posted by Sean Feldman on ASP.net Weblogs See other posts from ASP.net Weblogs or by Sean Feldman
Published on Sat, 24 Apr 2010 15:29:00 GMT Indexed on 2010/04/24 15:33 UTC
Read the original article Hit count: 584

Filed under:

I have run into this issue trying to add custom pipeline component to toolbox. The only way (I know about) to add a custom pipeline component to a customized pipeline is using the visual designer. In order to do that you have to have components on toolbox. This was a bit frustrating. Google has brought one result which was exactly what I needed. One of the comments had another link, to the similar issue, but this time with a different title: Hotfix for BizTalk 2009 and Visual Studio 2008. I followed the link, installed hotfix, and it worked. Oh, yes, you have to reboot your machine for hotfix to work completely (this is where I spent some time pulling my hair out and asking why hotfix didn’t work?!). Once this is done, you are good to go.

Among other things, this hotfix deals with BizTalk project references to each other and items not being updated (like distinguished fields in schemas project not reflected in orchestrations project). Here’s the full list:

* The orchestrations in the referenced BizTalk project may show compiler warnings.
* The changes that are made to the referenced BizTalk project are not propagated on to the referencing project.
* When you edit the orchestrations of the referenced project, XLANG errors are thrown. These errors may disappear after the orchestrations are saved and recompiled.
* After you deploy the referencing project, the local copies of the referenced project’s binaries are deleted.
* After you deploy the referencing project, various errors or warnings occur in Orchestration Designer.

© ASP.net Weblogs or respective owner

Related posts about BizTalk