Windows Service in Whidbey
I've finally gotten around to writing a Windows Service in Whidbey. I ran into one issue as I started this. I did not see away to actually specify and save the possible events, such as CanShutdown, CanPauseAndContinue, and such, until I added an App.config to my project. Once I added the App.Config, these settings were available in the property window of the Service file that is used to hold the event processing. I am not quite sure if this is a user problem or a design issue. Any thoughts are appreciated.