Why is this undefined??

  • Thread starter Thread starter ron.deberry@gmail dot com
  • Start date Start date
R

ron.deberry@gmail dot com

Hi,

I am trying to check for installed services using :

Dim services() As System.ServiceProcess.ServiceController

gives this compiler error

Form1.vb(802): Type 'System.ServiceProcess.ServiceController' is not
defined.

Intellisense does not list System.ServiceProcess either.

Using VS 2003.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Why is This Undefined? 6
Debugging Error 1
Vista - Starting a Service 8
Funny Error 2
ASP.HttpProfile to be undefined 5
Windows Service problems 3
Classes and Namespaces 2
Restart a Service 4

Back
Top