Windows Error 1063
ERROR_FAILED_SERVICE_CONTROLLER_CONNECT: The service process could not connect to the service controller.
Comments
Risto Aug 29, 2007 |
||
(I picked this one from a discussion forum. It solved my problem with error 1063.) You have to use the service control panel to start the service. You can't start the application like a normal executable by double clicking on the icon. In order for your service to show up in the service control panel you have to add a registry entry for it. |
||