event-log
Preventing Asp.net MVC2 Exceptions in Application Event Log
Since upgrading to ASP.NET MVC2, we\'ve noticed the Windows application event log is full of entries as follows:[详细]
2023-01-23 21:45 分类:问答.NET Runtime Error in Event Log, P fields
A service we have is occasionally crashing on a test PC. We are getting some information in the Event Log, a \".NET Runtime 2.0 Error\" with some details.[详细]
2023-01-22 02:21 分类:问答NLog not writing to the EventLog
I\'m using NLog to record my logging, everything is working fine, but now I have installed the application on to a WebService in IIS 6, it i开发者_运维问答s not logging to the EventLog, all other logs[详细]
2023-01-21 23:41 分类:问答WIndow Services Event ID
I\'m doing a C# project window service. 1st time doing it. I have managed to install开发者_StackOverflowed and checked that it is working.[详细]
2023-01-20 16:15 分类:问答Correctly use <system.diagnostics> settings in application configuration file
I recently created a Windows service. One thing that it faithfully does is log any errors to the Application log. I have the following code that does this:[详细]
2023-01-20 13:05 分类:问答Where goes my messages from service?
In C# VS2008 I have a service which can run from command line and as registered service. I am trying to debug my Service process I wondered why it does not write logs in event viewer.[详细]
2023-01-19 10:15 分类:问答How to construct unit test
I have custom event logger, and I want to test it. [Test] public void AddLogWithExceptionAndEventLogEntryTypeTest()[详细]
2023-01-19 02:54 分类:问答Reliably get Latest Event Log Record with WQL
I have written an application which collects windows logs from linux, via the Zenoss wmi-client package.[详细]
2023-01-19 02:52 分类:问答C# EventLog. Remove selected EventLogEntry
开发者_JAVA技巧I want to delete entry in every iteration. Can i do it? Here is my code static void Main(string[] args)[详细]
2023-01-18 04:31 分类:问答Old .Net app crashed. What does this event log info mean?
A .NET application running in one of our systems 24/7 suddenly crashed without logging any errors. The only error information we were able to retrieve is in the windows events log, with this codes:[详细]
2023-01-17 13:46 分类:问答