Common error using the Exception Management Application Block
I make extensive use of the Exception Management Application block from Microsoft PAG. A common error I usually get when starting up a new project is that I haven't configured the eventlog on the Windows 2003 Server to allow writing to the eventlog for all authenticated users. The error message is:
"Cannot open log for source {0}. You may not have write access.".
The solution is to locate the CustomSD key (HKEY_LOCAL_MACHINE/System/CurrentControlSet/Services/EventLog/Application) in the registry on the server and add the following string to the existing
value:
(A;;0x0002;;;AU)
From this newsgroup post.