Windows Services
-
Hi, Using Albert Pascual's article as a starting point, I have created a Windows Service. However, I can't get it to run. After building it, I opened the command window and ran the InstallUtil.EXE on it successfully, but it never shows up in the MMC/Services window and it never writes to the event log. What should my next step be to get this thing going? Thx, RFickling
-
Hi, Using Albert Pascual's article as a starting point, I have created a Windows Service. However, I can't get it to run. After building it, I opened the command window and ran the InstallUtil.EXE on it successfully, but it never shows up in the MMC/Services window and it never writes to the event log. What should my next step be to get this thing going? Thx, RFickling
I suggest using the /logFile option to InstallUtil. If you didn't, it still writes logs: see the documentation for InstallUtil. Stability. What an interesting concept. -- Chris Maunder