PeterKottas / DotNetCore.WindowsService

Simple library that allows one to host dot net core application as windows services. Perfect solution to power micro-services architecture.
MIT License
568 stars 149 forks source link

Service #100

Open sujeetharenubala opened 6 years ago

sujeetharenubala commented 6 years ago

Good day,

I have installed the service using below command ,but i couldn't see the service on service.msc(windows service) D:\Temp\PeterKottas.DotNetCore.WindowsService.Example.exe action:install and then i have to start the console as administrator,but i was not working

PeterKottas commented 6 years ago

Put some logging into it. Either you service is throwing an exception during start or you have some environment issue.