BizTalk Documenter and BizTalk 2013

Posted: June 28, 2013  |  Categories: BizTalk Uncategorized
Tags:

I have used the BizTalk 2006 documenter successfully with BizTalk 2006, BizTalk 2006R2 and  BizTalk 2010. I created my own version of the BizTalk documenter for BizTalk 2010 because it had some minor bugs that i wanted to get rid of. Another version of the BizTalk documenter specifically for BizTalk 2010 has been posted to Codeplex. I use this tool quite frequently and was disappointed to find that it no longer works with BizTalk 2013. On starting the documenter you get this error;

image

This is a note to myself how I refactored and recompiled the Codeplex code. Rough notes follow.

I have recompiled the BizTalkOM project after referencing the latest version of Microsoft.BizTalk.SSOClient and changing to .Net 4.5 framework. 16 of the 18  BizTalkOM unit tests pass after changing references to a later version of the Quality test framework.

I changed the BizTalk documenter projects to reference the latest version of BizTalkOM and changed the .net Framework  to 4.5

I wrote a WiX Installer project because the older set up project is not supported in Visual studio.

Current state is that BizTalk documenter installs and runs against BIzTalk 2013 and creates a  chm file.

turbo360

Back to Top