Since upgrading to ASP.NET MVC2, we\'ve noticed the Windows application event log is full of entries as follows:
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.
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
I\'m doing a C# project window service. 1st time doing it. I have managed to install开发者_StackOverflowed and checked that it is working.
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:
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.
I have custom event logger, and I want to test it. [Test] public void AddLogWithExceptionAndEventLogEntryTypeTest()
I have written an application which collects windows logs from linux, via the Zenoss wmi-client package.
开发者_JAVA技巧I want to delete entry in every iteration. Can i do it? Here is my code static void Main(string[] args)
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: