I have a windows service that seems to stop responding periodically. If I
stop it and restart, everything is back on track. There doesn't seem to be a
pattern as to what conditions, intervals, etc. this happens. I have seen
posts on other forums describing this same situation, but have neve...
more >>
Send me your comments....
more >>
(Type your message here)
--------------------------------
From: P Karthik
Hai All!
I've created a Windows service using VB dot net and set the startup type to Automatic.
If i restart the computer, i couldn't see the service running. Now, I've to start the service manually.
What's the pro...
more >>
(Type your message here)
--------------------------------
From: P Karthik
Hai All!
I've created a Windows service using VB dot net and set the startup type to Automatic.
If i restart the computer, i couldn't see the service running. Now, I've to start the service manually.
What's the p...
more >>
Hi
I use the debug ->attach command to debug the Onstop or other events while
the service to debug is already running.
Problem : how can i debug the Onstart ; the service must be running before i
can attach to the executable .
So by the time i have made the debuugger attach to the service, ...
more >>