hi All, I'm writing a Windows Service with a Threading Timer.
In my application, I use EventLog to track the steps in a custom log.
Sometimes, the program crashes with an unhandled error after a eventlog dispose() method.
Should the problem related to threading.timer s?
Any help will be truly appreciated!
stefano
In my application, I use EventLog to track the steps in a custom log.
Sometimes, the program crashes with an unhandled error after a eventlog dispose() method.
Should the problem related to threading.timer s?
Any help will be truly appreciated!
stefano
Comment