I've noticed with the latest 1.4.4 releases, that if I try and stop
the CCSERVICE, that it will try and stop but then keep running... eg.
c:\Program Files\Microsoft Visual Studio 9.0\VC>sc \\a8002123 stop
ccservice
SERVICE_NAME: ccservice
TYPE : 10 WIN32_OWN_PROCESS
STATE : 3 STOP_PENDING
(STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
So if I then check, the service is back to 'RUNNING'.
Telling it to stop again seems to work, but does confuse Windows as it
takes ages to report back to say that the service is now not
responding (presumably because it has shutdown).
-dave