Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > writing to event viewer

Reply
Thread Tools

writing to event viewer

 
 
=?Utf-8?B?cGVsZWdrMQ==?=
Guest
Posts: n/a
 
      08-10-2007
how when i write to the event viewer to have a clean test withought :
Quote:
The description for Event ID ( 0 ) in Source ( HopWeb ) 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:
thnaks i nadvance
peleg
 
Reply With Quote
 
 
 
 
ThatsIT.net.au
Guest
Posts: n/a
 
      08-10-2007
First decide what event log you want to use
You can create your own log using this script
http://dev.thatsit.net.au/samples/ws...g/lgevvb05.htm

to write an event
http://dev.thatsit.net.au/samples/ws...g/lgevvb20.htm

this is for windows scripting host, I assume its much the same in asp.net

Actually I just had a look, try System.Diagnostics.EventLog
you seem to be able to do the same using this class, although I have not
done so myself



"pelegk1" <> wrote in message
news:A807D67C-BBEC-4F1E-8207-...
> how when i write to the event viewer to have a clean test withought :
>
Quote:
> The description for Event ID ( 0 ) in Source ( HopWeb ) 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:
>
>
> thnaks i nadvance
> peleg


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Reading windows event file like event viewer from windows/system32/config/AppEvent.evt veeru Java 1 07-18-2007 01:46 PM
Event ID 7026 error in event viewer =?Utf-8?B?Q2FybG9z?= Windows 64bit 6 04-27-2007 11:24 AM
Inzomia image viewer 3.06 - Free image viewer Fredrik Digital Photography 0 03-09-2006 09:08 PM
making WINDOWS PICTURE AND FAX VIEWER default viewer? aaronep@pacbell.net Digital Photography 1 09-16-2005 09:20 AM
text viewer for blackberry or java sources of text viewer jacksgoogle Java 0 05-11-2005 08:29 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57