System.ServiceProcess.ServiceController Arguments within the 'args' array passed to Start cannot be null. MachineName '{0}' is invalid. Cannot start service '{0}' on computer '{1}'. The value of argument '{0}' ({1}) is invalid for Enum type '{2}'. Invalid value '{1}' for parameter '{0}'. Service '{0}' was not found on computer '{1}'. Cannot open Service Control Manager on computer '{0}'. This operation might require other privileges. Cannot open '{0}' service on computer '{1}'. Cannot pause '{0}' service on computer '{1}'. Cannot resume '{0}' service on computer '{1}'. Cannot stop '{0}' service on computer '{1}'. The operation requested for service '{0}' has not been completed within the specified time interval. ServiceController enables manipulating and accessing Windows services and it is not applicable for other operating systems. Cannot change CanStop, CanPauseAndContinue, CanShutdown, CanHandlePowerEvent, or CanHandleSessionChangeEvent property values after the service has been started. Cannot change service name when the service is running. Service name '{0}' contains invalid characters, is empty, or is too long (max length = {1}). Service has not been supplied. At least one object derived from ServiceBase is required in order to run. Cannot start service from the command line or a debugger. A Windows Service must first be installed and then started with the ServerExplorer, Windows Services Administrative tool or the NET START command. UpdatePendingStatus can only be called during the handling of Start, Stop, Pause and Continue commands. Service started successfully. Service stopped successfully. Service paused successfully. Service continued successfully. Service command was processed successfully. Service cannot be started. {0} Failed to stop service. {0} Failed to pause service. {0} Failed to continue service. {0} Failed to process session change. {0} Failed to process service command. {0} Service has been successfully shut down. Failed to shut down service. The error that occurred was: {0}. PowerEvent handled successfully by the service. Failed in handling the PowerEvent. The error that occurred was: {0}. Cannot control '{0}' service on computer '{1}'.