windows service error

G

Guest

I created a windows service, it compiled and installed and started without error on my own (winXP) machine
On any other machine, it installs without error, but I get "Error 193: 0xc1 Could not start service on local computer" when I try to start it. The service compiles to a dll

I've tried installling it to run on a Local System, User, NetworkService, LocalService, to no avail

Any ideas
 
G

Guest

I just changed the service project's Output Type from "Class Library" to "Windows Application" and it fixed the problem...at least what I've tested so far. I'm wondering why the default was Class Library, which didn't work, and what the correct output type should really be...time for some reading.

If anyone can shed some light on this subject I'd appreciate it! :
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top