Question Aabout ImplRepository Service <=> Activator ?

Q: Question aabout ImplRepository Service <=> Activator ? What happen when ImplRepository Service crash and then restarted? Should we restart all activators that are registerd with Impl-Repo service? Suppose we have both Impl-Repo service and activator both installed on same PC win2K as services, how can we make sure that Impl-Repo service start before the activator? What happen if we start the Activator before Impl-Repo?

A: Yes.Use the registry editor to add a value of type REG_MULTI_SZ to the key for the activator. Call the value "DependOnService" and set it to the service name of the ImplRepo_Service.