I have a service which i know is working except for writing to the application log the code is as follows:
Private Sub WriteToLog(ByVal strErrDescription As String, ByVal intErrNumber As Integer, _
Optional ByVal strSource As String = STR_CONST_APPLICATION_NAME, Optional ByVal...