Visual Studio 2005 Academic Edition(.NET 2.0.50727)

I am trying to monitor and change system services using the ServiceProcess namespace.

Code:
using System.ServiceProcess;
Is this missing from my version? Is there another way to monitor a system service? I want to check to see if a service is running or attempting to start and then stop it.

Thanks