can't i develop windows services with VS.NET Standard version

  • Thread starter Thread starter Patrick
  • Start date Start date
P

Patrick

With VS.NET Standard (not VS.NET Professional).
Can i develop windows Services with this?
Also, can i develop components for .NET Remoting?

Currently I develop windows services with my VS.NET 2003.
But now with so many versions (Express, Standard, Professiona, Office Tools
and Team Suite), I'm confused and have been told that .NET Standard doesn't
allow development of Windows services and components for .NET Remoting...
 
When you say that you cannot, do you mean that there is no project or
build-in IDE support. Remoting and EnterpirseServices should be a part of
the core library and therefore you should, at the very least, be able to add
the code yourself.
 
Back
Top