error 1083 the executable program that this service is configured to run does not implemented the service

前端 未结 4 473
轮回少年
轮回少年 2020-12-20 12:07

getting error while try to start service

4条回答
  •  感情败类
    2020-12-20 12:13

    To add another possibility, see answer #7 on this link.

    The jist of the solution is to assign the service name as you expect it to be at initialization time. In my situation, the Service.ServiceName field was not set

    Consider using log statements to write the service name just prior to ServiceBase.Run(servicesToRun).

提交回复
热议问题