BizTalk Orchestration Will Not Open in the Designer

I had an issue after upgrading a BizTalk Orchestration project from version 2006r2 to 2010. One of the Orchestrations mysteriously would not open in the Orchestration Editor in Visual Studio. Rather, it would open in the XML editor. The code would compile properly, but obviously this was unacceptable.

I followed these steps and was able to get the Orchestration to open properly in the IDE:

  1. Close Visual Studio
  2. Launch the services console with the command: Services.msc. Restart the “Protected Storage” Service (make sure it is in the automatic mode and started).
  3. Restart IIS with the command : iisreset
  4. Reset the Visual Studio loaded packages (in a Visual Studio Command Prompt) with the command: devenv.exe /setup /resetskippkgs

After these steps, I right-clicked on the Orchestration in the IDE Solution Explorer, chose “Open With” and then Orchestration Designer just to make sure it would open as expected.

I found this solution here: http://geekswithblogs.net/synBoogaloo/archive/2007/04/17/111745.aspx#423642

Advertisement

5 thoughts on “BizTalk Orchestration Will Not Open in the Designer

  1. Thank you very much.. only MS knows why these kinds of errors happen and they dont have blog or place to tell people what to do when these kinds of issues

  2. I had this problem in VS 2013 + TFS + BizTalk 2013 R2.

    My solution was the following: Tools -> Options -> Source Control -> Environment

    Uncheck the option “Get everything when a solution or project is opened”

    I think this is a bug related with VS 2013 and therefore should be reported to Microsoft!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s