My custom Windows Service is not writing to my custom Event Log
问题 I have written a custom Windows Service that writes data to a custom Event Log (in the Windows Event Viewer). For dev'ing the biz logic that the service uses, I created a Windows Form which simulates the Start/Stop methods of the Windows Service. When executing the biz logic via the Windows Forms, info is successfully written to my custom Event Log. However, when I run the same biz logic from the custom Windows Service, information is failing to be written to the Event Log. To be clear, I