Hey,
I’m trying to create a Windows Service in C++ Dot Net. I’ve got Visual Studio 2008 Pro Edition on Server 2008.
I’m trying to create a Windows Service using this procedure:
http://msdn.microsoft.com/en-us/library/ms268758%28VS.80%29.aspx
However when I get to the Step 2.3 the Project Output Dialog is blank
(as seen in this screen shot http://imagebin.ca/view/wtjiwJ7z.html )
I feel like I need to get the output right for this application to work. What should I do?
I admit that I’m a noob to Visual Studio