The event-log tag has no wiki summary.
37
votes
3answers
9k views
How do you create an event log source using WiX
I'm creating an installer for a website that uses a custom event log source. I would like our WiX based installer to create that event log source during installation.
Does anyone know the best way to ...
62
votes
16answers
80k views
System.Security.SecurityException when writing to Event Log
Iām working on trying to port an ASP.NET app from Server 2003 (and IIS6) to Server 2008 (IIS7).
When I try and visit the page on the browser I get this:
Server Error in ā/ā Application.
...
9
votes
6answers
10k views
What is the best way to write event log entries?
I recently had a problem during the deployment of a windows service. Four computers did not cause any problems, but on the fifth any attempt to start the service failed due to an exception. The ...
9
votes
2answers
8k views
What do I need to change to alllow my IIS7 ASP.Net 3.5 application to create an event source and log events to Windows EventLog?
ASP.Net 3.5 running under IIS 7 doesn't seem to allow this out of the box.
if (!EventLog.SourceExists("MyAppLog"))
EventLog.CreateEventSource("MyAppLog", "Application");
...
3
votes
3answers
2k views
.NET : How to set user information in an EventLog Entry?
The System.Diagnostics.EventLog class provides a way to interact with a windows event log. I use it all the time for simple logging...
System.Diagnostics.EventLog.WriteEntry("MyEventSource", "My ...
36
votes
6answers
59k views
How to create Windows EventLog source from command line?
I'm creating an ASP.NET application that will log some stuff to Windows EventLog. To do this an event source has to be created first. This requires administrative priviledges so I cannot do it in the ...
1
vote
5answers
1k views
What is the easiest way using .net to check if events have been logged in the eventlog?
What is the easiest way to check if events have been logged in the eventlog during a period of time?
I want to perform a series of automated test steps and then check if any errors were logged to the ...
10
votes
5answers
6k views
What is the Fastest way to read event log on remote machine?
I am working on an application which reads eventlogs(Application) from remote machines. I am making use of EventLog class in .net and then iterating on the Log entries but this is very slow. In some ...
9
votes
2answers
526 views
How do I create a hierarchy of lognames in the Windows event system?
I am logging messages using Enterprise Library.
I want some of these (typically errors and warnings) to be passed to the Windows event-system). I today route these via entlib.config.
This ...
14
votes
3answers
13k views
Description for event id from source cannot be found
When I write a log into windows event log, I get the event below, what's the root cause of this message, and how can I fix it? Many Thanks
The description for Event ID 51001
from source RRWS ...
6
votes
1answer
5k views
Configuring a custom event log for log4net
I'm using log4net for logging (duh!). Using the EventLogAppender, I can configure my application name, so that my events will show up in the Application/"My Application Name" event log. However, I'd ...
5
votes
4answers
3k views
How to store event log in Folder
On an ASP NET project (C#) I'm using the System.Diagnostics namespace to log errors, warning and information.
Using Windows 7 I see that the log I've set for the project is under "Applications and ...
2
votes
2answers
6k views
Read Event Log Remotely with .NET
I want to read the Event Log on a remote computer to check for errors during testing. Here's some relevant code:
public bool CheckEventLogs(DateTime start)
{
EventLog myEventLog = new ...
2
votes
1answer
1k views
WIX: Create EventSource using .NET message file
I'm creating an installer for my application using WIX. Everything works fine so far. However, I'm trying to create a new event source during installation and that doesn't work as expected.
I've ...
0
votes
1answer
3k views
log4net permission issue to write to application event log when the user is not in admin group in Windows 2008 R2 and IIS 7
I am having log4net permission issue from ASP.Net 4.0 web application to write to application event log, when the user is not in administrator group in Windows 2008 R2 and IIS 7. We are using NT ...
6
votes
2answers
5k views
Windows EventLog Permissions
What permissions do I need to give a User for them to be able to write to the Windows EventLog? I have an ASP.NET application that needs to impersonate a user and that impersonated user must be able ...
5
votes
4answers
4k views
Which approach is better to read Windows Event log in C#? WMI or EventLog
I need to write an application to grab event log for System/Applications. The other requirement is that I need to read event log every minute or so to grab the new event logs since I read last time.
...
2
votes
1answer
1k views
IIS FTP 7.5 Extensibility (IFtpLogProvider and logging FTP failures to the event log)
Anyone pretty familiar with FTP 7.5 extensibility in IIS know what I might be doing wrong?
I am having serious trouble getting an implementation of IFtpLogProvider to work correctly for custom ...
2
votes
2answers
2k views
Problem in accessing/writing to EventLog
I'm working with some old code (and frankly I don't know half of what it does) trying to move it over to IIS7.
One of the problems I see is that I get this error:
[SecurityException: The source was ...
0
votes
2answers
502 views
webservice hosted on iis7.5 has one webmethod invoked every 5 minutes exactly by a “ghost”
I am a .Net developer encountering behavior of my ASMX webservice on an IIS 7.5 machine for the first time. It is a staging server so I know I am the only one using it.
Strange behavior as follows:
...
0
votes
2answers
1k views
Event Logging IPAddress does not always resolve
I am hooking the Security event log with System.Diagnostics.Eventing.Reader.EventLogWatcher class, and I am watching Event ID 4625 on a 2008 server box, for incoming failed logins (RDP, specifically).
...
9
votes
8answers
6k views
How to troubleshoot .NET 2.0 Error Reporting messages in the event log?
I work on an open source product called EVEMon written in C# targeting the .NET 2.0 platform, I have one user who is suffering from a strange .NET crash that we have been unable to resolve.
Event ...
19
votes
2answers
38k views
c# writing to the event viewer
I'm trying to write to the event viewer in my c# code, but I'm getting the wonderful "Object reference not set to an instance of an object" message. I'd appreciate some help with this code, either ...
14
votes
2answers
12k views
Deleting Custom Event Log Source Without Using Code
I have an application that has created a number of custom event log sources to help filter its output. How can I delete the custom sources from the machine WITHOUT writing any code as running a quick ...
4
votes
3answers
2k views
Custom value for the Event Log source property for ASP.NET errors
By default, ASP.NET records all uncaught exceptions to system Event Log. Iām aware of the fact that one should have a proper logging facility in place, but this is better than nothing and it serves ...
15
votes
2answers
17k views
The source was not found, but some or all event logs could not be searched
I am getting the following exception. I have given full control to Asp.net account on Eventlogs in Registry edit.
[SecurityException: The source was not found, but some or all event
logs could ...
3
votes
3answers
2k views
Retrofitting Windows Event Log to a Delphi 5 app
I'm looking for a (fairly pain-free) means of adding some Windows Application Event-Log support to a small legacy Delphi 5 application. We just want it to log when it starts-up, shuts-down, fails to ...
14
votes
5answers
6k views
Writing Exceptions to the Windows Log File
I'd like to catch my exceptions and log them in the Windows log file. How do I go about opening and writing to the Windows log?
6
votes
2answers
4k views
NLog: can't write to event log
I can't write to the event log with NLog. I've been able to write to the console and to a file. I've turned on exceptions in NLog and am receiving no feedback from NLog. Here is my NLog.config:
...
3
votes
1answer
1k views
How to monitor Active Directory user logon/logoff?
I'm writing a simple desktop application in C# that displays a line of text in a Textbox whenever someone logs on or off the Active Directory. It is destined to run on the same machine as AD, under ...
2
votes
1answer
899 views
How to create NTEventlogAppender.dll as required for logging event in the eventlog using log4cplus
First, Let me thank for the log4cplus source code.
I am facing one issue as follows:
What I am trying to do?
I want to log the messages to event log on windows.
What did I do?
I could get the event ...
2
votes
8answers
3k views
C#: GUI to display realtime messages from Windows Service
I've written a C# windows service which can write messages to a custom EventLog or to any number of files. These messages are all marked with some priority (so, for example, only ERRORs and WARNINGs ...
1
vote
2answers
4k views
Write an Event to the Event viewer
I found an example in C# how to add new Event to the Event Viewer.
But, I need an example written in C++ (not .NET) that create new Event to the Event Viewer under the "Application" part.
5
votes
1answer
524 views
In Windows, what default event sources are available in the Application Event Log?
Short Version:
Are the event sources "Application" and "Application Error" always included in the Application Event Log? Are they available on new installations of Windows XP, Vista and Windows 7? ...
5
votes
5answers
4k views
Unhandled IIS Exception - How can I track it down
I am seeing the following error in the event log. It is coming from our ASP.Net application. I am having trouble tracking down what is causing the error. Any suggestions appreciated!
OS: Windows ...
4
votes
3answers
1k views
Log errors in EventLog using ELMAH
I am using ELMAH to log errors in my asp.net MVC(C#) application.
I am able to log errors in xml or database. How to log errors to the eventlog using ELMAH?
4
votes
4answers
2k views
(Windows) Exception Handling: to Event Log or to Database?
I've worked in shops where I've implemented Exception Handling into the event log, and into a table in the database.
Each have their merits, of which I can highlight a few based on my experience:
...
2
votes
1answer
529 views
Windows service always writes to custom log and application log
I am using a custom EventLog for my Windows service. The service creates the event source after installtion. I don't have any problems.
However, I have setup my service so that I can run it from ...
1
vote
3answers
2k views
“Cannot open log for source” - Windows 7 - .NET web service - event log
I have a .NET web service that is trying to log to the Windows Event Log. However, when I try to send a SOAP request to a web method in this web service, I get back this error in the SOAP response:
...
1
vote
5answers
2k views
How can i write to the windows event log using C# (I'm getting some kind of error)?
I have written:
.
.
.
//Log exception to the event log
if (!EventLog.SourceExists("PodaHIS")) {
EventLog.CreateEventSource("PodaHIS", "Application");
}
EventLog eventLog = new EventLog();
...
1
vote
3answers
2k views
Silverlight Event Log in Isolated Storage
Has anyone written an event log that uses Isolated Storage in Silverlight 3?
Any suggestions on implementing one?
Specific questions:
Should I keep a stream writer open, or should I open,write, and ...
0
votes
1answer
597 views
Enterprise library not logging severity correctly
I have a problem with enterprise library 5. It's writing to the event log all the information I want it to write, however, it is not respecting the severity settings I configure.
My exception ...
0
votes
1answer
843 views
Is showing the Exception StackTrace useful in a RELEASE assembly or only a DEBUG .dll
I've gone to some lengths to improve the error handling in my webservice - in particular, showing the StackTrace as in this example:
catch (Exception ex)
{
EventLog log = new ...
4
votes
3answers
3k views
How do I avoid this SecurityException when writing to the Event Log?
I can't seem to write to the event log in .NET. I get the following exception:
System.Security.SecurityException: The source was not found, but some or all event logs could not be searched. ...
3
votes
3answers
101 views
How to determinde dns changes in c#?
I want to monitor the dns address changes. So i need to track dns changes. I am doing it with thread right now. I get dns and save it file and then i compare they every 10 sec but i need more specific ...
3
votes
2answers
580 views
Using EventLog in ClickOnce application
I've got a library that I use across multiple ClickOnce applications. In the event of an error in this library I would like to write the error to the windows EventLog.
I found a KB article on how ...
3
votes
1answer
472 views
Organizing eventlogs into folders
I want to create multiple services and I want them to log each in a log entry under the same directory/folder that I specify so when I open Windows Event Viewer I can see them all placed in one ...
3
votes
3answers
990 views
read the windows event log by particular Source
How can i read the windows event log by particular Source, Date time and category??
3
votes
1answer
1k views
How do I write to a custom Windows event log?
I'm attempting to set up basic logging to the windows event log in .net via System.Diagnostics.EventLog, but I'm failing to see any events actually getting written to the log. Consider the following ...
2
votes
1answer
512 views
How to create a .NET event log source using WiX
This is an intentional semi-duplicate of How do you create an event log source using WiX and WIX: Create EventSource using .NET message file.
My first question is, does it really have to be so ...
