Windows Service not appearing in services list after install

后端 未结 9 1398
刺人心
刺人心 2020-11-30 20:06

I\'ve created a windows service in C#, using Visual Studio 2008 I pretty much followed this: http://www.codeproject.com/KB/dotnet/simplewindowsservice.aspx

I created

9条回答
  •  温柔的废话
    2020-11-30 20:40

    I discovered that your installer class much be in the same project as the Service. The installer cannot exist in a library project referenced by the Service.

提交回复
热议问题