Hi all,

I have:

Code:
System.Diagnostics.EventLog.WriteEntry("Application", "Exception: " + ex.Message.ToCharArray)
in my catch block. Does anyone know the location of the event log so I can check it if there is an exception?

Thanks,

Strick