I have written a window service. and I am able to successfully install/run the service. Now I have added a timer to the service and I want to be able to adjust the interval via the registry. But I can't figure out why GetSetting("MyAppName", "MySection", "IntervalSetting")
will NOT return the value in the registry!
Am I missing something? Does GetSetting() not work when called from a windows service?