-
In a BizTalk 2006r2 solution, we encountered a build issue with BizTalk where a map that referenced a particular schema was causing BizTalk to fail to build. The symptom was that Visual Studio would continually build until it ran out of memory. The cause of the issue was tracked down to a particular...
-
Here is a little gem that I have come across recently... I have only confirmed this in BizTalk 2006 R2. If you create a receive shape with a filter expression of (BTS.Operation=="somevalue") and your namespace contains BTS. then you will get a build failure similar to: The type or namespace...
-
Here is a simple way to open a command window from within Visual Studio that is aware of the BizTalk Management Utility (bm.exe). I have found this useful while working with interceptor configuration files. This tip will add the Visual Studio Command Prompt to the Tools menu. Nothing too dramatic here...