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
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.
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
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
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
In my team there is discussion about web application exception logging, regarding whether we should log to a text file or the event log.
I have this code: { EventLog ev = new EventLog(\"Security\"); ev.EntryWritten += new EntryWrittenEventHandler(ev_EntryWritten);
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
I want to read the Event Log on a remote computer to check for errors during testing.Here\'s some relevant code:
When I run a piece of code that I wrote I keep getting the following error: The source was not found, but some or