Windows Service for 2008

T

tshad

I just built a Windows Service for 2008 and found that if you look at the
properties - there is no place to say it is a Windows Service.

In 2005, you had a dropdown for Application Type which gave you the
following choices:
Windows Application
Class Library
Console Application
Windows Service
Class Library

In 2008, I don't have an Application type, but I have an Output type in the
Application tab of the Properties screen It has only 3 options:
Windows Application
Console Application
Class Library

In the 2005, startup object you have 2 choices the program with Main or the
Service class. In 2008, you only have the program with the Main in it and
no service class option.

I assume this is because it doesn't know this is a windows service.

Why is this?

Thanks,

tom
 
T

tshad

I fixed it.

Saw another post that mentioned changing to Local System and that fixed it.

Thanks,

Tom
 

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