Author: allencbleeallencblee
Date: Jul 4, 2008 07:15
I have a web application using old ASP with a number of VB6
components. Inside the VB6 components, I used LogEvent to log error
messages in the NT4 event log. VB6 will automatically inserts "The VB
Application identified by the event source logged this Application
XXXX" prefix in the log message. This is fine to me but the strange
thing is that XXXX is not correct. For example, I have a component
called TxHelper.DLL. The events logged by this component has the
message prefix "The VB Application identified by the event source
logged this Application DBHelper.DLL" where DBHelper.DLL is another
component in my application.
Does anyone encounter similar situation? Did I do anything wrong?
PK
|