Browse by Tags

All Tags » BizTalk » .NET (RSS)
Sorry, but there are no more tags available to filter with.
Sometimes you have to get to the lower level of debugging (ie debugging auto-generated code) to understand what happens. This is what you can do to achieve it in BizTalk. Link 1 (Auto-generated code) Link 2 (MMC)
Posted by Sean Feldman | 1 comment(s)
Filed under: ,
Working with BizTalk pushes the creativity sometimes. This time around, I needed to have an assembly deployed to GAC (so that BizTalk application can easily use it) and at the same time being able to configure this assembly without re-deploying it to...
Posted by Sean Feldman | 2 comment(s)
Filed under: ,
All assemblies deployed into production are versioned. My personal preference is to achieve that with build scripts, ensuring that build number, code revision, minor and major versions are all inserted. AssemblyInfo.cs is the file that normally contains...
Posted by Sean Feldman | 1 comment(s)
Filed under: ,
As I have already mentioned, I am involved in a project that uses BizTalk 2009. With this beast, you have to develop on the machine that has BizTalk installed and configured. This is vey unfortunate, especially when so many things can go wrong. From my...
Posted by Sean Feldman | with no comments
Filed under: ,
More Posts