clineer has uploaded a patch.
Description:
I was getting this error: System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002), and so I downloaded the source and added a try/catch wrap which just logs the exception. The problem I had was that my deployed BizTalk application did not have file locations for all of the referenced assemblies. I include the updated BizTalk.BuildGenerator.dll file that you can copy to your install path for this tool to get around the issue. I was able to generate the build script after copying this file.
I also included the updated source to the BizTalkHelper.cs class for people using the source code.
Thanks,
Ben Cline