Jim Bassett
February 12th, 2002, 04:53 PM
I have a VB.NET class that allows the client to write to the event log. This class allows the client to set the event log "Source" name. One thing I have found out is that if a client is an ASPX type application then the event log "Source" must already exist or I have to use "Custom Application" as the Source or else an exception is throwed. Using my event log class with a windows app does not cause any exception if the source name is new. Anyone know what the problem is?