How to add a service in startup
C#
3
Posts
2
Posters
0
Views
1
Watching
-
is there a way to deploy a windows service app.. so tht its becomes a sevices at the start up :doh: sathy
go to Design view of your Service.cs file, right click add Installer, you will get ServiceInstaller, ServiceProcessInstaller. Select ServiceInstaller, go to properties set StartType to Automatic. Make a setup project and deploy. regards GV Ramana
-
go to Design view of your Service.cs file, right click add Installer, you will get ServiceInstaller, ServiceProcessInstaller. Select ServiceInstaller, go to properties set StartType to Automatic. Make a setup project and deploy. regards GV Ramana