BizTalk Development

The community for BizTalk developers and professionals.
Welcome to BizTalk Development Sign in | Join | Help
in Search

Browse by Tags

All Tags » BizTalk Develop... » XLANG   (RSS)
  • Code Snippet: Writing to the EventLog

    Here is a code snippet for writing information to the EventLog. This code will work in a BizTalk Expression Shape as well as in a .NET application. if (!System.Diagnostics.EventLog.SourceExists(''BizTalkDev.Assembly.Namespace'')){  System.Diagnostics.EventLog.CreateEventSource(''BizTalkDev.Assembly.Namespace'', ...
    Posted to Paul Wu on BizTalk Development (Weblog) by Paul Wu on January 12, 2007
Powered by Community Server, by Telligent Systems