Hello!
I've created simple win service. (framework 2.0, CSharp)
It seems to be working for 1 or 2 hours, than it stops. Without any exceptions or errors.
Just stopped.
What is it ???????????
Thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
ThiruvengidachalapathiPosted Jun 19, 2007, 5:44 AM
this can have a lot of reasons(running out of memory/calling the DLL may fail..).so u need to handle the exepetion on all threads or u need to debug ,then only we can get correct reason..
ArkadyPosted Jun 18, 2007, 9:06 AM
The Tele2SmppService service terminated unexpectedly. It has done this 9 time(s).
ThiruvengidachalapathiPosted Jun 18, 2007, 8:19 AM
plz check on EventViewer System log..how it is stopped...
the log looks "
The Myservice service was successfully sent a stop control.
The Myservice service entered the stopped state.
or is it giving any error..
ArkadyPosted Jun 18, 2007, 8:00 AM
Yes, i can start it again and there is NO any error... it just stops.
ThiruvengidachalapathiPosted Jun 18, 2007, 7:59 AM