Error in installing Windows service developed in .NET

后端 未结 3 1337
情歌与酒
情歌与酒 2021-01-31 07:22

I have developed a windows service using C# and Visual Studio 2008. I have Windows XP SP2 installed on my machine. When I try to install the service using the

3条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-31 07:57

    The account may also need to be given the "Log on as a service" account right; pass the SE_SERVICE_LOGON_NAME constant to the LsaAddAccountRights() API.

提交回复
热议问题