Adding custom configSections to BTSNTSvc.exe.config
Here's one from Oleg -
Be careful adding custom conifgSection to BTSNTSvc.exe.config file: it must be the first child of the root element.
Otherwise application host instance fails to start with the strange error:
not very helpful one.
the interesting point is that it seems BizTalk 2004 (or is it visual studio? or the .net framework?) was much more descriptive as I've noticed from the following blog post -
http://biztalkblogs.com/deepakl/archive/2005/09/26/31.aspx
Be careful adding custom conifgSection to BTSNTSvc.exe.config file: it must be the first child of the root
Otherwise application host instance fails to start with the strange error:
Event Type: Error
Event Source: BizTalk Server 2006
Event Category: BizTalk Server 2006
Event ID: 5410
Date: 09/11/2006
Time: 14:33:12
User: N/A
Computer: A10944
Description:
A failure occurred when executing a Windows service request.
Service request: Start
BizTalk host name: BizTalkServerApplication
Windows service name: BTSSvc$BizTalkServerApplication
Additional error information:
Error code: 0xc0c0153a
Error source: BizTalk Server 2006
Error description: A BizTalk subservice has failed while executing a service request.
Subservice: Tracking
Service request: Start
Additional error information:
Error code: 0x80131534
Error source: Microsoft.BizTalk.Bam.EventBus
Error description: The type initializer for 'System.Data.SqlClient.SqlConnection' threw an exception.
not very helpful one.
the interesting point is that it seems BizTalk 2004 (or is it visual studio? or the .net framework?) was much more descriptive as I've noticed from the following blog post -
http://biztalkblogs.com/deepakl/archive/2005/09/26/31.aspx
Labels: BizTalk