DotNetCore.WindowsService
DotNetCore.WindowsService copied to clipboard
Simple library that allows one to host dot net core application as windows services. Perfect solution to power micro-services architecture.
While trying to install the service in local machine as an administrator, i am getting this exception, can you help in this regard.
When I host a WEBSITE as service, it Cannot boot from start up
I have created an ASP.NET Core 3.0 project and start it as a Windows service with your library. When I choose the conventional publishing in the Windows service project, it...
I want to restart the service if service stopped with an error. I found that you have something called exit code: https://github.com/PeterKottas/DotNetCore.WindowsService/blob/4c0052bef2217c3f6b3ec15a98e23335fc07aa88/Source/PeterKottas.DotNetCore.WindowsService/ExitCode.cs How can I user it in here: ```...
Hi, What about adding netstandard 2.0 target project? Regards Luigi
Hello Peter, I've succesfully used your windows service library in a number of applications running under net core. So thanks a lot for the nice integratable solution. I just have...
install successfully,but run action:start, cannot start service xxx on computer '.' core version is 2.1.505 sdk is 2.1.505
Version 2.0.11 was published to NuGet on March 14 -- what has changed since 2.0.10? I don't see any releases later that 2.0.9 listed here on GitHub.
I know this issue was raised before but currently I am also facing the same issue and I have tried all the solutions provided in #13 but no luck. Most...