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

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...
 
P

Peter Rilling

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.
 

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

Top