Prev: Chart
Next: Thread.join
From: Colbert Zhou [MSFT] on 22 Jun 2010 03:47 Hello Peter, If you want to log the error in service exiting, you can consider calling EventLog.WriteEntry to write an event log to the system logs. Check this KB aritcles, http://support.microsoft.com/kb/307024 and the codes are applicable to the Windows Service application. By the way, the managed priority subscriber support migrates from the C# newsgroup to C# forum. So if you have further questions about programming via C#, we suggest you raise them in the forum, http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/threads And you can get more information about the priority subscriber support migration from this page, http://msdn.microsoft.com/en-us/subscriptions/aa974230.aspx#CSHARP Best regards, Ji Zhou - MSFT |