CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2004
    Location
    Pakistan
    Posts
    1

    Angry Windows Service error 1063

    while creating my service i m recieving error 1063. is there ne one who could help me.

  2. #2
    Join Date
    Sep 2002
    Location
    Maryland - Fear The Turtle!
    Posts
    7,537

    Re: Windows Service error 1063

    Originally posted by mahwish
    while creating my service i m recieving error 1063. is there ne one who could help me.
    the error 1063 is:

    The service process could not connect to the service controller.

    do you have a valid handle to the service control manager via OpenSCManager?

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