c# - Windows Service starts and runs but no Stop or Shutdown options appear in Management Console -


i have created proof-of-concept windows service in visual studio 2013 service project (in c#) along installer components. installs , runs correctly, writing record database every 5 seconds. can see it's working.

it manual start. canshutdown , canstop properties set true, , yet these options grayed out in management console's services window.

i've uninstalled (installutil /u fooservice.exe) , rebooted , reinstalled, , have gotten success messages each time.

i've opened compmgmt.msc administrator, no difference.

what have neglected do?


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

c++ - How to test/verify that zero-initialization takes place -

node.js - Webpack/TypeScript Raising Errors When node_modules is Excluded -