Re: Event Log Entry - excess info
From: bruce barker (nospam_brubar_at_safeco.com)
Date: 01/07/05
- Next message: Mike: "tcp/ip"
- Previous message: Elton Wang: "Forms Authentication Security questions..."
- In reply to: MattC: "Event Log Entry - excess info"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 7 Jan 2005 10:13:35 -0800
when you log events, the event log looks at the eventid, and in the assigned
message dll (see registery entry "EventMessageFile" for your application)
for a resource string with the same id as the message. this string is used
to format the eventlog message. the error you are getting means the resouce
file has no format string for entry 0.
-- bruce (sqlwork.com)
"MattC" <m@m.com> wrote in message
news:uEl6CMM9EHA.1452@TK2MSFTNGP11.phx.gbl...
| I am able to successfully make entries into the Event Log for my Web App
but
| all the entries have this before my text:
|
| The description for Event ID ( 0 ) in Source ( Conquest ) cannot be found.
| The local computer may not have the necessary registry information or
| message DLL files to display messages from a remote computer. You may be
| able to use the /AUXSOURCE= flag to retrieve this description; see Help
and
| Support for details. The following information is part of the event:
|
| My Text here.
|
| How can I stop this being writen to the log entry.
|
| TIA
|
| MattC
|
|
- Next message: Mike: "tcp/ip"
- Previous message: Elton Wang: "Forms Authentication Security questions..."
- In reply to: MattC: "Event Log Entry - excess info"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|