event-log Questions
0
My task is to make an ETW real-time consumer with events provided by 'Microsoft Windows Security Auditing'.
I made a simple controller and consumer application, basing on this example http://msdn....
1
Solved
Is there a way (built-in or underlying java library installed with ColdFusion) that would enable a ColdFusion 10 application to write messages to the Windows Event Log?
Calamine asked 22/12, 2014 at 19:18
2
Solved
I am trying to get IIS 7 application pool recycle, start, stop, etc. events to be logged to the Windows Event Log. I followed the steps outlined in this article but didn't have any success. I resta...
Archetype asked 20/7, 2011 at 3:39
4
I am experiencing an APPCRASH from my C# application. The Runtime gives an error message of "This application has requested the Runtime to terminate it in an unusual way". Then, when I click okay I...
Mehta asked 16/10, 2012 at 20:33
4
Solved
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 ...
5
Solved
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 j...
Intent asked 25/7, 2012 at 23:31
1
Solved
How should I interpret these logs to identify the cause of the appcrash?
Fault bucket , type 0
Event Name: APPCRASH
Response: Not available
Cab Id: 0
Problem signature:
P1: InsightAnalysisEngine.e...
Zinkenite asked 29/2, 2012 at 10:29
3
I am trying to follow this walkthrough.
I'm using Visual Studio 2010 Premium.
The only events I see in Server Explorer or in Event Viewer are "Service started successfully." and "Service stopped ...
Decurved asked 23/9, 2011 at 21:42
2
Solved
I have a windows service which updates some reporting information.
I have some other applications running on the same machine which can do things that should cause the reporting information to be ...
2
Solved
Somehow, the Application Event log count ended up to 18,446,744,073,709,551,499. This causes MMC snap-in to fail when I want to see the event using Event Viewer, giving a System.OverflowException (...
Kanishakanji asked 3/11, 2011 at 8:15
3
Solved
I am rewriting a c program which was used to linux, now I'll reused it on windows, I write a bat file. I run this file as administrator, then error occurs:
syslog.h:No such file or directory.
Cou...
3
Solved
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...
Graham asked 24/9, 2012 at 14:30
1
How can I use EventLog to read from an arbitrary evtx file?
EventLogQuery is able to open evtx files, but it is not available in .NET 2.0.
2
Solved
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 fol...
1
Solved
I am trying to use Environment.FailFast() in my application. The MSDN documentation says that it creates an application dump during application termination.
The FailFast method writes the messa...
3
Solved
I would like to log in the Windows Event Viewer using log4net.
I created a Console Application (.NET Framework 4), I added the reference log4net.dll, I put the following code in my App.config:
<...
Triacid asked 29/6, 2011 at 15:33
1
Solved
I'm trying to get and filter Windows logs based on some criteria, one of which is filter by Message. The Message property is in EventLog.GetEventLogs().Entries.Message. The problem is Entries is an...
3
How can i read the windows event log by particular Source, Date time and category??
2
Solved
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 solut...
Oral asked 3/5, 2012 at 9:0
2
Solved
Why should I use Event Tracing for Windows (ETW) over the standard .NET EventLog class, and vice versa? Does knowing that we'll be using quite a few performance counters impact the decision?
What ...
2
Solved
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, specificall...
Aquamarine asked 14/11, 2009 at 15:55
2
Solved
My question is related to write permissions to the Windows Event Log.
I have looked around several posts concering this, and have found some ways to solve my problem, but none of these are acceptab...
Dissentient asked 9/1, 2013 at 19:54
1
Solved
I have an outlook add-in developed with VSTO 2010 that I want to write some event logging. While debugging I can get this to work by simply doing the following:
if (!EventLog.SourceExists(ADDIN_FR...
3
Solved
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
Solved
There are certain circumstances in our application where non-fatal errors occur and the application recovers.
An example of this failing to correctly identify some importable items when populatin...
© 2022 - 2024 — McMap. All rights reserved.