> NT srvice. I have tried to do it through connection
points but it only works if I register my service as a
simple EXE. If i register it as a service.
CoCreateInstance from the client GUI is failed on the
first attempt. If i remove the connection points the
Do not register your service in the COM registry at all. Do you want it to
be COM-launchable?
Instead - just call CoRegisterClassObject somewhere in the service
initialization.
Max