CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Aug 2008
    Location
    India
    Posts
    186

    Exclamation 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 !

  2. #2
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: Windows service on Windows 7 64 bit machine ???

    Quote Originally Posted by LOOSER_007 View Post
    Does anyone have an idea on this.
    The idea is: you have to learn debugging services.

    How to debug Windows services

    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.
    Best regards,
    Igor

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured