I got project dotnet-win32-service from github. It's use for create win service or host asp.net on win service. I add log4net in TestWin32Service.cs's function Start(), then register service sucessful but the servcie can not running. If I run it manual, it show message like: Windows can not start xxxx service. Error message 0xffffffff:0xffffffff
Then I try to do something else, like create a file in function Start(), get same error result.
Someone has experience on it? Thank you.
User contributions licensed under CC BY-SA 3.0