Visual Studio 2010 Express can't write Windows Service

  • Thread starter Thread starter Grzegorz
  • Start date Start date
G

Grzegorz

Hi everybody!
In VS 2010 Express can't add:

using System.ServiceProcess;

That's mean, microsoft now disable this namespace in MSDN Express? Any
idea to override this?

Sorry for my English..

Regards, and Happy New Year, Gregory.
 
Grzegorz said:
In VS 2010 Express can't add:

using System.ServiceProcess;

That's mean, microsoft now disable this namespace in MSDN Express? Any
idea to override this?

Try adding a Reference in the Project to System.ServiceProcess.dll
 

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

Back
Top