We have an ATL Service written in Visual Studio 6 which is now requiring some changes. This is being done on a new development machine. When this is built on this machine, the service does not show up in services.msc. From what I have read this is by design. In order for it to show up I type “servicename.exe /service” into a command prompt. However, it still doesn’t show up. Is there anything obviously missing here?
Share
Two reasons I can think of, assuming the service code was not broken by the change:
Other than that, you might find some clues in the event viewer.