Strange thing…theres no code this time but the using System.ServiceProcess; import gets a red line under the ServiceProcess portion of the import.
Does anyone know why? and is there an alternative to this class so that I can still start and stop windows services?
Add this assembly as a refrence: System.ServiceProcess.dll
In Visual Studio, right click References -> Add Reference -> Select System.ServiceProcess.dll -> OK