Windows service on Windows 7 64 bit machine ???
I have created a sample windows service which runs fine on windows 7 32 bit machine, but the same dosen't work on a 64 bit system. I am getting error code 1053 "The service did not respont to the start or control request in a timely fashion".
Does anyone have an idea on this. Do i need to create the service with some other options for a 64 bit windows 7 environment. I thought i can even run a 32 bit service on a 64 bit system.
Any help would be appreciated.
Thanks !
Re: Windows service on Windows 7 64 bit machine ???
Quote:
Originally Posted by
LOOSER_007
Does anyone have an idea on this.
The idea is: you have to learn debugging services.
How to debug Windows services
Quote:
I have created a sample windows service which runs fine on windows 7 32 bit machine
Other idea is that your service is not that fine.