microsoft.public.vb.com
  Home FAQ Contact Sign in
microsoft.public.vb.com only
 
Advanced search
July 2008
motuwethfrsasuw
 123456 27
78910111213 28
14151617181920 29
21222324252627 30
28293031    31
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
microsoft.public.vb.com Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Help! Using LogEvent in VB6 component under IIS         


Author: allencblee
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
no comments