creating windows services with visual studio standard edition

D

Dica

we just ordered VS 2005 standard edition. i was reading up on creating
windows services and apparently this is only possible with the enterprise
edition. is this true, or does it simply mean there's no template for
windows services with the standard edition? are there VS templates published
by 3rd parties i can download to ease implementation?

tks
 
N

Nicholas Paldino [.NET/C# MVP]

Dica,

This means that there isn't a template in the project for a windows
service, you could still develop a service using the standard edition, you
would just have to do it by hand.

As far as third party templates, I don't know if there are any, and if
there are, I doubt they are allowed (as there is a reason that MS kept these
out of the standard edition in the first place).
 
P

Peter Bradley

The template is in the Professional edition. So you don't need the
Enterprise edition


Peter

Nicholas Paldino said:
Dica,

This means that there isn't a template in the project for a windows
service, you could still develop a service using the standard edition, you
would just have to do it by hand.

As far as third party templates, I don't know if there are any, and if
there are, I doubt they are allowed (as there is a reason that MS kept
these out of the standard edition in the first place).


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Dica said:
we just ordered VS 2005 standard edition. i was reading up on creating
windows services and apparently this is only possible with the enterprise
edition. is this true, or does it simply mean there's no template for
windows services with the standard edition? are there VS templates
published by 3rd parties i can download to ease implementation?

tks
 
D

Dica

Peter Bradley said:
The template is in the Professional edition. So you don't need the
Enterprise edition

okay. thanks guys.
Peter

Nicholas Paldino said:
Dica,

This means that there isn't a template in the project for a windows
service, you could still develop a service using the standard edition,
you would just have to do it by hand.

As far as third party templates, I don't know if there are any, and if
there are, I doubt they are allowed (as there is a reason that MS kept
these out of the standard edition in the first place).


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Dica said:
we just ordered VS 2005 standard edition. i was reading up on creating
windows services and apparently this is only possible with the
enterprise edition. is this true, or does it simply mean there's no
template for windows services with the standard edition? are there VS
templates published by 3rd parties i can download to ease
implementation?

tks
 

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