S
sdstraub
I have created 5 services in my project, in the 1st service I set
servicestorun = array of all 5 services, I have a project installer
with 5 service installers, one for each service. I have code so that
whenever any service starts, stops or timers elapse a log entry is
created. When I install my project, and start the 1st service in the
services console, it shows that the service started and I have the
corresponding log entry confirming it has started. This is where I am
confused. All services start elapsing and are acting as though they
are running, even though only the 1st shows it is running in the
services console. I see log entries for each service elapsing, but
only the 1st services has run it's onstart event. Of course I don't
want all services to run when I only start the one. And how come, when
obviously all services are running because the timer_elapsed event
creates log entries as coded, they never ran their onstart events? And
how come they are running in the first place? And how come they don't
show as running in the services console??? Arghhh...
Please help.
servicestorun = array of all 5 services, I have a project installer
with 5 service installers, one for each service. I have code so that
whenever any service starts, stops or timers elapse a log entry is
created. When I install my project, and start the 1st service in the
services console, it shows that the service started and I have the
corresponding log entry confirming it has started. This is where I am
confused. All services start elapsing and are acting as though they
are running, even though only the 1st shows it is running in the
services console. I see log entries for each service elapsing, but
only the 1st services has run it's onstart event. Of course I don't
want all services to run when I only start the one. And how come, when
obviously all services are running because the timer_elapsed event
creates log entries as coded, they never ran their onstart events? And
how come they are running in the first place? And how come they don't
show as running in the services console??? Arghhh...
Please help.