S
Stephen
Hi,
I created a windows service to insert data into a DB,
First time I tired to insert data on_start() it starts perfectly but the
insert is for a single entry into the DB
checked Services and it highlights the stop button
Now I wanted it add data continously so i put a while loop and to exit if it
errors, i deployed and click "start" on services, this time it took a long
time to do start the service but the status was still "Starting" instead of
"started"
Data entry into the DB was normal, no error logs, created a new entry in
"eventvwr.msc"
the Problem: I cannot stop the service, I cant kill it.... what am I doing
wrong?
Please advice,
Stephen
I created a windows service to insert data into a DB,
First time I tired to insert data on_start() it starts perfectly but the
insert is for a single entry into the DB
checked Services and it highlights the stop button
Now I wanted it add data continously so i put a while loop and to exit if it
errors, i deployed and click "start" on services, this time it took a long
time to do start the service but the status was still "Starting" instead of
"started"
Data entry into the DB was normal, no error logs, created a new entry in
"eventvwr.msc"
the Problem: I cannot stop the service, I cant kill it.... what am I doing
wrong?
Please advice,
Stephen