a debuggable/installable windows service template:
Minor amendment:
Program.cs catch (Exception ex) { ConsoleHarness.WriteToConsole(ConsoleColor.Red, "An exception occurred in Main(): {0}", ex); if (Environment.UserInteractive) { Console.ReadKey(); } }