event-log
Windows Event Log Access from SSIS package run in SQL Agent Job
I have created an SSIS package that will be deployed to client SQL installations (2005, 2008 or 2008 R2) to perform data extracts which provide a support tool for our product. The deployment process r[详细]
2023-02-21 18:13 分类:问答Windows Service exposing WCF: most EventLog entries not appearing in the event-log?
I have some very odd situation at a client that wants me to maintain some of their software: upon start/stop, the EventLog entries of a Windows Service are correctly appearing.[详细]
2023-02-21 16:09 分类:问答Setting event log properties just after creating the event source
I have some code that creates a new event source: EventLog.CreateEventSource(Source, LogName); I know that there\'s a latency to creating this.I would like to set some default EventLog properties.I[详细]
2023-02-19 06:51 分类:问答1334 event ID app pool crashes
when running an asp.net application there are intermittent errors occuring like the one below currently we have requested for the code but until then if there is a solution available it would be grea[详细]
2023-02-19 06:11 分类:问答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 e开发者_开发技巧vent logs since I re[详细]
2023-02-19 02:42 分类:问答Logging exceptions in asp.net
In my team there is discussion about web application exception logging, regarding whether we should log to a text file or the event log.[详细]
2023-02-18 22:43 分类:问答Unable to monitor the Security Event Log
I have this code: { EventLog ev = new EventLog(\"Security\"); ev.EntryWritten += new EntryWrittenEventHandler(ev_EntryWritten);[详细]
2023-02-18 15:29 分类:问答Windows: ReportEvent function
As far as I understood, the ReportEvent function requires Message Text Files associated through the registry to receive properly formatted messages. Is there any common Event Ids or any simple way to[详细]
2023-02-18 07:39 分类:问答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:[详细]
2023-02-17 10:30 分类:问答Error message when writing to the Windows Event Log
When I run a piece of code that I wrote I keep getting the following error: The source was not found, but some or[详细]
2023-02-14 16:51 分类:问答