Deploying versioned class library assembly in BizTalk is not straightforward process. The major problem is the BizTalk loads assemblies based upon the data stored in BizTalk management database instead of the manifest in assembly. Even if you sign the class library assembly and register it in the GAC, the end point such as orchestration or [...]
Archive for December, 2007
Deploy versioned class library assembly in BizTalk
Posted in BizTalk on December 11, 2007 | 1 Comment »
Configure BizTalk failed message routing
Posted in BizTalk on December 3, 2007 | 5 Comments »
In BizTalk 2004, failed messages are placed into the message box and suspended, therefore your BizTalk application cannot subscribe these failed messages and use these messages easily for some interesting things such as failure troubleshooting and message repairing. BizTalk 2006 provides a new feature, failed message routing, which allows you to enable routing for the [...]
Telerik Ajax Post I: Telerik Ajax Concepts
Posted in Uncategorized on December 1, 2007 | 3 Comments »
After working with ASP.Net Ajax and Telerik RadAjax, I think RadAjax is a good tool for rapid ASP.Net programming. If you need to get things done quickly with decent UI, you should consider RadAjax and Telerik web controls. Telerik’s RadAjax framework allows you to take a regular ASP.Net application and AJAX-enable it with no coding [...]