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
 
Back
Top