Windows Service doesn't start automatically
问题 I have a windows service written in .Net 3.5 set to be automatically start, but it wouldn't start when system reboots. As I understand, it may be caused by my service's dependency aren't started when the services tries to start. I don't know what my service depends on. I tried the workaround by adding windows print spooler as one of my service's dependencies, since print spooler is one of the services start quite late during the boot-up. Well, the work around doesn't work neither. I'm using