The tag has no wiki summary.

learn more… | top users | synonyms (2)

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 ...
0
votes
0answers
57 views

Do Application and System Eventlogs have SID?

I am currently working on retrieving Eventlogs in Windows. Whenever i retrieve the Application or System Eventlogs, i do not get an SID and hence i cannot find the username. I opened the Eventviewer ...
0
votes
1answer
411 views

using event log in windows service

recently i finished developing a windows service .it is working on my PC, easy start and logging but unfortunately it doesn't setup on other computers very easy due to the fact that i use event log , ...
0
votes
0answers
38 views

Event is not logged in hosting server

I have implemented the code to log the errors in system event logger. It works fine when i run the source in local host. But after hosting my website in server(US Server) it doesnt log the errors. ...
2
votes
1answer
98 views

Enterprise Library 5 How to change event log format?

Whilst the Ent Lib 5 is very easy to get logging working; when the data is logged to the event log it is in the format (as seen via XML tab> as <EventData> A B C D </>" . I need to get it ...
1
vote
1answer
316 views

NTEventLogAppender is not working for my Java Application

I'm trying to write to the Windows Event Log and I have a nagging issue. First I created the NTEventAppender using steps found here. How to create NTEventlogAppender.dll as required for logging event ...
3
votes
1answer
169 views

Exception at Exporting EventLog

I use the fallowing code to export a Windows-Event-Log: var els = new EventLogSession(); els.ExportLogAndMessages("Application", PathType.LogName, ...
0
votes
3answers
562 views

Query windows event log for the past two weeks

I am trying to export a windows event log but limit the exported events not according to number but according to time the event was logged. I am trying to do that on windows 7 and newer. So far my ...
0
votes
0answers
84 views

Can an event handler procedure hooked up inside a service's constructor prevent the service from running correctly after a system log off?

I recently wrote a .NET service that, even though it was configured to start automatically and log in as my user account, and even though according to Task Manager it was "Running" every time I ...
0
votes
2answers
137 views

What's the difference between using EventLog .NET type and having eventLog registry entry?

Using System.Diagnostics.EventLog .NET type one can programmatically create logs into the Event Viewer application. Does anybody knows about ...
0
votes
1answer
240 views

Difference between different EventLogMessages.dll in .NET Framework folders

There are two EventLogMessages.dll files, C:\Windows\Microsoft.NET\Framework\v4.0.30319\EventLogMessages.dll C:\Windows\Microsoft.NET\Framework\v2.0.50727\EventLogMessages.dll These files are not ...
0
votes
0answers
48 views

Homemade Google Analytics

Since Google analytics can raise many privacy concerns, I implemented an events logger. My first idea is to track user's generated events into a logfile and then send them back to the server that ...
0
votes
1answer
59 views

How to catch event log clearing attempt?

Is it possible somehow to catch attempt to clean the event log? So that I can cancel that attempt or make an archive and only then allow to clear the log. Or if it's not possible to catch such event, ...
0
votes
0answers
118 views

How to check if a date falls between two other dates in XPath

I'm trying to pull event logs from a windows PC given certain information. This block of code is working fine but only pulls logs from the current day. I'd like to only pull logs that where created ...
0
votes
1answer
217 views

Missing Event Viewer descriptions

I am creating an new installation package for one of our products and I'm having significant trouble getting the event message description DLL to be used by Windows to provide event descriptions to ...
1
vote
0answers
134 views

Enterprise Library: How to add data to Task Category in Windows Event Log entry?

When using Microsoft Enterprise Library 5.0, how do we have the Logging Block enter data into the Task Category field of the event Log entry without specifically creating an event log entry in code? ...
2
votes
1answer
255 views

C# Event Viewer - Log to Subfolder?

I've searched and searched and can't find the answer. We have a custom service that runs and logs into the Event Viewer. In Windows 7, there's a folder called "Applications and Services Logs". How ...
0
votes
1answer
230 views

using powershell to set an event logs “Maximum Size” action

When viewing an Event Logs properties (in Server 2008) you can set three actions for what to happen when the maximum event log size has been reached: Overwrite events as needed Archive the log when ...
0
votes
0answers
156 views

Handling Windows wevtutil renderedxml errors

When using the Windows command line tool wevtutil with the /f:renderedxml option to review Application logs, I will sometimes see output like: Failed to render Event. Event handle = 0x00000008.. ...
3
votes
2answers
591 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 ...
2
votes
1answer
518 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 ...
0
votes
1answer
264 views

Using Enterprise Library to log to a custom Windows event log does not work

I have configured the Enterprise Library 5.0.505 Logging Application Block to log events from my .NET 4 application to a custom windows event log. 'Custom' meaning that the log is application-specific ...
0
votes
0answers
72 views

How to maintain Id's of log-entries in an agile project

Ok so Ive run into a situation I would like to resolve with minimum impact on our development group. We are using log4net as our logging framework in a largish c# system (~40 production assemblies). ...
2
votes
1answer
353 views

EventLogReader and EventRecord: Where's the Message?

I want to query the Application Event Log on a remote machine and I resorted to using the EventLogReader rather than the EventLog because it takes way to long to find the events I need with the ...
1
vote
0answers
592 views

EventLogQuery: How to form query string?

I have the following code: string query = "???"; EventLogQuery elq = new EventLogQuery("Application", PathType.LogName, query); elq.Session = new EventLogSession("x.x.x.x"); EventLogReader elr = new ...
0
votes
1answer
248 views

Filtering event log entries returned from remote machine

I'm trying to return event log entries written by sqlserveragent. Unfortunately, I can only seem to grab all the entries at once and that takes too long. Here is the code I'm currently using: ...
0
votes
1answer
236 views

Can not re-register event source to new custom event log

I have created an event log source using: if (!EventLog.SourceExists(EventLogSource)) EventLog.CreateEventSource(EventLogSource); So every log entry that uses EventLogSource goes into ...
0
votes
1answer
350 views

How to convert .evtx eventlog to csv

My windows service needs to save the contents of one eventlog to a file. This is done by EventLogSession.ClearLog. However, i cannot force it to save the eventlog to CSV directly. The saved format is ...
3
votes
1answer
324 views

Stack overflow cause

I am getting the following error in Event Viewer-> Faulting application name: w3wp.exe, version: 7.5.7600.16385, time stamp: 0x4a5bd0eb Faulting module name: clr.dll, version: 4.0.30319.269, time ...
2
votes
1answer
968 views

Does anyone know what the output from getevent means?

I'm trying to figure out what format the output is from the getevent command in the adb shell. For example, the output looks like this: adb shell getevent -t | grep event1 The -t flag provides a ...
1
vote
2answers
200 views

Windows Service: Specified eventSource exists already

I'm writing a Windows Service in C# (.NET 4). Here is the code for the installer: [RunInstaller(true)] public partial class JobManagerInstaller : Installer { public JobManagerInstaller() { ...
1
vote
0answers
49 views

How can I register app with * in the name for the event log?

I'm trying to register my Windows local service that has an asterisk (*) in the name in the event log. I follow instructions here and then the call to RegisterEventSource with that name succeeds and ...
1
vote
2answers
220 views

foreach over Hashtable stops on first key

I have a Hashtable that contains numerous EventLog objects. In my FormClosed event, I need to iterate through those so I can dispose of those objects, but on the very first key, the focus goes back to ...
0
votes
1answer
290 views

Is there a history for regsvr32 stored in the event log?

I am trying to submit a bug report to a project and I need to look up what dll was registered with windows today to include it in the report. (Running another program that registered a DLL fixed the ...
2
votes
1answer
469 views

What does it mean when the P9 “bucket” in a .NET crash report contains gibberish instead of the name of the exception that caused the crash?

Today we had a customer run into a problem with a Windows service that is part of one our products after they downloaded and installed a newer version of the product. They are running the service on ...
0
votes
1answer
377 views

How to write log to SECURITY event Log in C#?

I want to write these values in the security event log: Console.WriteLine("Level: {0}", eventInstance.LevelDisplayName); Console.WriteLine("Date: {0}", eventInstance.TimeCreated); ...
0
votes
2answers
422 views

Extract Eventlog messages in a specific language

I need some help regarding the extraction of eventlog data under Windows 7. What I try to achieve: A computer has Windows 7 German (or any other language) installed. I want to extract the eventlog ...
1
vote
4answers
1k views

Find out username(who) modified file in C#

I am using a FileSystemWatcher to monitor a folder. But when there is some event happening in the directory, I don't know how to search who made a impact on that file. I tried to use EventLog. It just ...
0
votes
1answer
337 views

How to map Windows Event Log Event level to a string

Windows event logs are different at below Vista (XP and below) and Vista and up, see here Windows Event Logs . On Vista and up, on the event viewer, we could see a column called Level. If we filter ...
2
votes
1answer
211 views

How to log an event as Critical using WriteEvent

I am trying to set an event level as Critical using the below method: WriteEvent(id, categoryName, EventSeverity.ErrorCritical, entry); But in the event log it only show event level as Error ...
0
votes
1answer
282 views

How to retrieve all the event logs at the Windows XP?

As we know, windows event logs are different at below Vista (XP and below) and Vista and up, see here Windows Event Logs . On Vista, I am able to understand the API about how to retrieve all event ...
0
votes
1answer
842 views

c# Reading event log of remote server

I'm following this post and trying to run the code (copied below), and I'm having a slightly different problem. I can remote connect to the server and view the event log through the Event Viewer ...
1
vote
1answer
310 views

Rails 3.2 Event Logging

I have a rails application with an administration interface that allows a user CRUD operations on certain models. The client wants a way to log what user does what to each model. For example, A ...
0
votes
0answers
66 views

Do ASP.NET or the Windows Event Log Rate Limit?

I'm testing out some error handling in ASP.NET MVC, but my exceptions only get logged around once per minute (at least that's what it looks like). I have CustomErrors turned on: <customErrors ...
1
vote
1answer
363 views

How to write to event log with critical level using nlog?

I'm trying to write log from nlog to window's event log. This is my configuration <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
0
votes
2answers
243 views

Creating new event log source

My application calls a library (which I do not have control) that creates a new EventLog source and uses EventLog.SourceExists. It throws System.Security.SecurityException: The source was not found, ...
0
votes
1answer
137 views

What's valid as an event log data source?

I've been fiddling with Azure Diagnostics of late, and although the purpose of the following line of code is reasonably clear, the set of valid values that I can use in place of Application!* isn't ...
3
votes
0answers
244 views

NLog Event Log Target: problems with Source/Provider Name & message format

I'm trying to use NLog to log events for a new application to a file and to the Event Log. I'm almost there, but not quite - I can get events logged to the Event Log, and in the Details/XML view (of ...
0
votes
0answers
284 views

Monitoring active directory for log on/off events

Does anyone know of a good way to monitor Active directory logon/off events. The solution should work for both Windows 2003 server and Windows 2008 server editions. I am looking for a solution that is ...
0
votes
1answer
160 views

Reading Windows Event Payload Including Complex Data

In my previous question here I posted the xml I am trying to serialize. Here is another XML example: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> ...

1 2 3 4 5 12