G
Greg
I have two classes (thus, two services) in one Windows Service
executable. Each properly inherits from System.Process.ServiceBase,
and I have a ServiceInstaller for each service, and one
ServiceProcessInstaller for the entire executable, per the
documentation.
I can compile, and one service starts fine (the original one), but I
can't start the service I just added, and I get this error: "Could not
start the MyService service on Local Computer. Error 1083: The
executable program that this service is configured to run in does not
implement the service."
Huh?! I even copied the code from the first service to ensure it
wasn't a problem with the timer, etc.
Any clues? Thanks in advance for any help.
executable. Each properly inherits from System.Process.ServiceBase,
and I have a ServiceInstaller for each service, and one
ServiceProcessInstaller for the entire executable, per the
documentation.
I can compile, and one service starts fine (the original one), but I
can't start the service I just added, and I get this error: "Could not
start the MyService service on Local Computer. Error 1083: The
executable program that this service is configured to run in does not
implement the service."
Huh?! I even copied the code from the first service to ensure it
wasn't a problem with the timer, etc.
Any clues? Thanks in advance for any help.