K
Kevin Yu
hi all
I have a question for the timer in the windows service.
it seems that the code(e.g. sending an email message) within the timer
elapsed event handler won't run.
I have an eventlog writter within the handler too, the log is written
into the eventlog, but no email message is sent and there is not error
message given.
what's going on? do I have to create another process to call an external
exe?
Kevin
I have a question for the timer in the windows service.
it seems that the code(e.g. sending an email message) within the timer
elapsed event handler won't run.
I have an eventlog writter within the handler too, the log is written
into the eventlog, but no email message is sent and there is not error
message given.
what's going on? do I have to create another process to call an external
exe?
Kevin