Board index » Web Programming » How do i get rid of the weird message in the eventlog

How do i get rid of the weird message in the eventlog

Web Programming447
Hi,



I am using the Microsoft Application BuildingBolock (Freudian slip,

hahaha) Exception Management and am using a CustomPublisher. This goes

fine and it write's stuff the Windows EventLog.



However, each entry starts with the following:



The description for Event ID ( 0 ) in Source ( <<appname>>) 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:



What does this mean? And how do I get rid of it. I just want to write

the InnerException.Message of my Sercer.LastError and do not need all

this crap.



Help greatly appreciated.



Bas Jaburg

www.jaburg.com


-
 

Re:How do i get rid of the weird message in the eventlog

Bas,



That means that Event Viewer was unable to locate the event source on the

machine in which you are viewing it. Are you viewing the Event Viewer logs

from a remote machine by any chance?



Jim Cheshire, MCSE, MCSD [MSFT]

ASP.NET

Developer Support

jamesche@online.microsoft.com



This post is provided as-is with no warranties and confers no rights.



--------------------

Quote
From: bjaburg@virtual-affairs.com (bas jaburg)

Newsgroups: microsoft.public.dotnet.framework.aspnet

Subject: How do i get rid of the weird message in the eventlog

Date: 26 Feb 2004 08:22:30 -0800

Organization: groups.google.com">groups.google.com

Lines: 23

Message-ID: <e6f3f63c.0402260822.767033df@posting.google.com>

NNTP-Posting-Host: 62.59.193.200

Content-Type: text/plain; charset=ISO-8859-1

Content-Transfer-Encoding: 8bit

X-Trace: posting.google.com 1077812550 11267 127.0.0.1 (26 Feb 2004

16:22:30 GMT)

X-Complaints-To: groups-abuse@google.com

NNTP-Posting-Date: Thu, 26 Feb 2004 16:22:30 +0000 (UTC)

Path:

cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-onlin

e.de!npeer.de.kpn-eurorings.net!news.cambrium.nl!news.cambrium.nl!feeder.ene

rtel.nl!nntpfeed-01.ops.asmr-01.energis-idc.net!216.196.98.140.MISMATCH!bord

er1.nntp.ash.giganews.com!nntp.giganews.com!news.glorb.com!postnews1.google.

com!not-for-mail

Quote
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:213931

X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet



Hi,



I am using the Microsoft Application BuildingBolock (Freudian slip,

hahaha) Exception Management and am using a CustomPublisher. This goes

fine and it write's stuff the Windows EventLog.



However, each entry starts with the following:



The description for Event ID ( 0 ) in Source ( <<appname>>) 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:



What does this mean? And how do I get rid of it. I just want to write

the InnerException.Message of my Sercer.LastError and do not need all

this crap.



Help greatly appreciated.



Bas Jaburg

www.jaburg.com





-