I'm trying to run several similar services via ServiceBase.Run(ServiceBase[] )
but it's only running the first one. MSDN doesn't explicitly deny this; does this excerpt mean that they all must be different types? (the bold is by me, not MSDN)
Call this overload in the main() function of the service executable to load an array of associated services.