Service not showing up

  • Thread starter Thread starter Ken Allen
  • Start date Start date
K

Ken Allen

I followed some examples in a book and built a remoting trial. Initially the
server side was defined as a service, but I added code to initially start it
using a console window and not as a service. Things seemed to be compiling
properly, so to test it I needed to execute it as a service -- I rant the
"installutil" facility as instructed and it reported no errors, but my
service does not show up anywhere!

Any thoughts on what I may be doing wrong? I can use the same utility to
uninstall it, nut NET START reports that the service name is invalid.

-Ken
 
OK, I found the problem -- I had a typing mistake in the installer portion.
No errors rpeorted, it just did not appear properly!

-Ken
 
Back
Top