Hi,
I'm trying to convert a normal application to a service. The application uses an installed COM component. When its run as a standalone application, this finds and connects to the COM component, however having converted the app to a service, I get the above error.
I understand that this could be related to the fact that in the "environment" of the Services Manager, it's failing to locate the appropriate dlls or registry entries - I'd appreciate any thoughts on how I can "fix" the "environment" of the Services Manager to pickup the appropriate registry entries/dlls (and I believe the box has been restarted after installing the COM component) - this could be also down to the fact that the PATH for the user contains the appropriate directories, and not sure what the PATH for the services manager could be or how to set it... (I'm a unix developer, all this fancy windows stuff is new to me... )
Thanks.