All Tags »
C# »
XLANG »
BizTalk Development (RSS)
Sorry, but there are no more tags available to filter with.
-
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'', ...