1

I have visual studio 2005 and BizTalk server 2006. Whenever I try to open an orchestration in VS I can only view it in the xml view. I cannot view it in design view, which is my goal. I am attempting to download the BizTalk Mapper Tool Addon for VS2005 but I cannot find it anywhere. Is there a place for me to get this addon or a work around so I can view the orchestrations in design mode?

eric_13
  • 383
  • 1
  • 8
  • 22

1 Answers1

2

Make sure you have selected the "Developer Tools and SDK" when running the installation wizard.

Developer Tools and SDK

If you installed VS after you installed BizTalk run the installation again from Add/Remove programs.

magnus
  • 813
  • 2
  • 8
  • 15
  • I do not have BizTalk installed on my machine. Biztalk is on a remote server and VS2005 is on my local machine...so could i simply install the Developer Tools and SDK on my local machine and have it work? Thanks. – eric_13 Sep 10 '13 at 21:12
  • Yes, you can just install the Developer Tools and SDK and can develop that way. But eventually you will want to deploy from Visual Studio to the remote server. – Dijkgraaf Sep 10 '13 at 23:08