Can a PC SDK application be run as a windows service? I have tried to create a service using code from an existing application and the service stops without an error when creating the NetworkScanner object.
The NetworkScanner object uses the service RobNetScanHost.
Except that the service will depend on another service I do not think there should be any problem.
Have you tried to run the service you’ve created as a standalone .exe file?
If you want to: attach your project or an example with the same symptom.
EDIT: maybe a Service Manager could be a work-around in the meantime: http://nssm.cc/usage