Hello, we’re managed to develop a background plugin and hope it can run on the Management server by returning EnvironmentType.ManagementServer in the override TargetEnvironments. However, even plugin dlls are copied to [C:\Program](file:C:/Program) Files\Milestone\MIPPlugins, and the plugin.def sets environment explicitly (), the plugin still cannot be loaded by the Management server.
On the other hand, we also tried returning EnvironmentType.Service, and plugin can run on the event server successfully.
Do you have any suggestion?
Thanks