c# - Unable to See the my custom-made Windows Service in Services -


i developing custom made windows service using .net 2.0 framework. have used installerutil.exe , installs perfectly(according log command prompt). but, thing is, unable find under windows services. ran previous custom made services using 4.0 framework on pc , ran fine. note ddnt put code in service yet. need make start once installed.

i've heard of problems installutil.

try using command line sc program:

sc create "service name" binpath= "full path service exe" start= auto 

just take care spaces in command line.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -