Results 1 to 3 of 3

Thread: System Service

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2005
    Posts
    35

    System Service

    Hi all,

    I have a program done by someone else that is a system service.
    Mainly what it does is, receives info from a DLL, checks info from a DB and sends info to the same DLL.
    The DLL is proven that it works corectly.
    I have a few problems with this service:

    1)when I install it
    "service.exe" /i
    at first time it does not start automaticly, I need to go to the services and start it

    2) even when is running it does not work properly unless i run the application

    Regards
    Luis

  2. #2
    Frenzied Member Devion's Avatar
    Join Date
    Sep 2000
    Location
    The Netherlands
    Posts
    1,049

    Re: System Service

    Are you sure that the application is build to be a service?. VB is event-driven it will just wait for something if you forgot a timer and such.

    And if it doesn't work properly until you run the app is doesn't really prove it works correctly huh?

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: System Service

    Quote Originally Posted by Tugabargains
    Hi all,

    I have a program done by someone else that is a system service.
    Mainly what it does is, receives info from a DLL, checks info from a DB and sends info to the same DLL.
    The DLL is proven that it works corectly.
    I have a few problems with this service:

    1)when I install it
    "service.exe" /i
    at first time it does not start automaticly, I need to go to the services and start it

    2) even when is running it does not work properly unless i run the application

    Regards
    Luis
    Quite possibly it is not an independent service, but, rather, a service depenedent on the existance of the application.

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