T
Tom Bean
I have a Windows service that has been running for several years under
server 2003 that calls System.Diagnostics.EventLog.CreateEventSource() to
create a custom event log for the service.
When the service was installed on server 2008, the custom event log did not
show up until we manually created a "Custom View" for the custom event log.
How can I create the "Custom View" at the time the custom event log is
created to prevent having to create it manually?
Thanks,
Tom
server 2003 that calls System.Diagnostics.EventLog.CreateEventSource() to
create a custom event log for the service.
When the service was installed on server 2008, the custom event log did not
show up until we manually created a "Custom View" for the custom event log.
How can I create the "Custom View" at the time the custom event log is
created to prevent having to create it manually?
Thanks,
Tom