You mean "deprecated". No, it's not, and if it were, it would still show up.
System.ServiceProcess is not a class, it's a namespace. System.ServiceBase
is a class. You need to add a reference to the "System.ServiceProcess"
assembly in your project. Note that Visual Studio Express does not have a
"Windows Service" project type, but you can still write them manually by
creating a console application and deriving a class from ServiceBase.
Thank you for answering my dumb question. I need to reference the
System.ServiceProcess assembly.
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.