event-viewer Questions

2

Solved

We want to get an ILogger instance so that it can be passed to other library. We tried below, but the ILogger instance does not log into Application Insights. It logs into Event Viewer successfully...

2

Solved

I'm working on a project that needs to check the Windows Event Log frequently for certain events. I'm wondering - is there a way to create a subscription to the Windows Event Log for certain events...
Venery asked 3/11, 2015 at 22:23

7

I have XAMPP installed on my machine. I am trying to run Apache from the XAMPP Control Panel. I start the XAMPP Control Panel by right-clicking the shortcut and selecting "Run as administrator" (I...
Descendible asked 13/1, 2014 at 22:31

2

Solved

My website, written in ASP.NET and i used EventLog to write logs into the event viewer. It is already been running in the production (OS: Windows Server 2012 R2) and no problems encountered upon lo...
Hindermost asked 2/7, 2016 at 17:23

9

Solved

What is the event id in Event Viewer for lock, unlock for a computer in Windows XP, Windows 7, Windows Vista and Windows Server 2008?
Tempered asked 8/7, 2012 at 17:31

1

Solved

Where can I find a definition of the Windows Schannel fatal alerts codes that show up in Event Viewer? For instance: A fatal alert was received from the remote endpoint. The TLS protocol defined f...
Stereometry asked 26/6, 2020 at 2:14

3

Solved

I'm curious about something. I'm developing a Windows service and log all the diagnostic events into the Windows Event Log. So when the service is running I open the Event Viewer (from Administrati...
Magnanimity asked 26/8, 2013 at 18:15

2

Solved

Currently, I have set up my logger to log to the event viewer like so: Log.Logger = new LoggerConfiguration() .MinimumLevel.Information() .MinimumLevel.Override("Microsoft", LogEventLevel.Warni...
Rna asked 24/1, 2020 at 14:32

2

Is there a way to filter for events where a certain attribute is NOT the given string in Windows (Server 2016) Event Viewer's limited dialect of XPath? I'm trying to get a view on logon events, bu...
Quadriceps asked 19/3, 2018 at 10:48

1

Solved

I'm trying to export information from event viewer. I am attempting to do this with EventLogSession so I can have it in a .evtx format and not just a text file. public static void ExportEventViewe...
Teryl asked 13/6, 2018 at 12:56

6

When I run the script below to retrieve log files, the get-winevent "message" field is blank, but has data if I run get-eventlog. Any ideas why? #has message data Get-Eventlog -LogName applicatio...
Russi asked 10/5, 2012 at 13:25

2

I have 1450 event logs in my event viewer. When I filter it using dates, say from Aug 25 2014 to Aug 31 2014, it gets reduced to 774. When I try to save the log files as XML by selecting the 'Save...
Prae asked 2/9, 2014 at 2:4

0

I need to make my C# application to write log in Windows Event viewer. I Used , <appender name="EventLogAppender" type="log4net.Appender.EventLogAppender" > <param name="ApplicationNam...
Huxley asked 4/7, 2017 at 7:20

6

Solved

When I use the following code to write to Application Event log, everything works fine: EventLog log = new EventLog(); log.Source = "Application"; log.WriteEntry("test message", EventLogEntryType....
Fino asked 31/10, 2011 at 23:26

5

When I start the application pool, and request a page in an application in that pool, I get a "HTTP Error 503. The service is unavailable." If I look at the application pools in IIS, I can see tha...
Affaire asked 6/3, 2013 at 18:16

0

.NET Runtime version 4.0.30319.34209 - The profiler was loaded successfully. Profiler CLSID: '{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}'. Process ID (decimal): 1440. Message ID: [0x2507].
Cantoris asked 16/12, 2016 at 14:59

1

Solved

I'm trying to replicate the following from the Event Viewer: I'm having trouble with a few things. Some of the names I get back are not the display names or friendly names. For example, for "M...
Squarrose asked 6/6, 2016 at 16:21

1

Solved

I want to use log on my C++ application. However, I'd like to use Windows (10) event viewer, instead of text files. I found out some weird calls, that I don't even know what the parameters me...
Congou asked 4/5, 2016 at 19:4

2

Solved

I was looking for either a batch file, powerscript (not really good with yet)or any way to have my event logs exported to txt or csv on every start up? Im using windows 7 pro if that helps
Meed asked 9/9, 2014 at 19:43

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

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 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: &lt...
Triacid asked 29/6, 2011 at 15:33

1

Solved

I know that you can view any evtx files in the event viewer but when you use the option to archive them off what folder are they stored in? I know that I can find all my evtx files in C:\Windows\S...
Centrist asked 5/7, 2012 at 14:54

3

I have an unusual situation in which I need a SharePoint timer job to both have local administrator windows privileges and to have SHAREPOINT\System SharePoint privileges. I can get the windows pr...
Ellett asked 6/8, 2008 at 17:27
1

© 2022 - 2025 — McMap. All rights reserved.