Click here to Skip to main content
15,886,806 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: , +
Im creating a windows service using Visual Studio 2010 Express Edition. I have been following tutorials and steps online of how to create a windows service. There is one step that is holding me back. I have researched many things and they all say the same way to create it. When it comes to installing the windows service, it asks me to right click on the grey area of service1.cs(design) and click add installer, however on my visual studio 2010 I do not have this option.

I have only seen one other person write on the internet that they have this problem and they said they ‘repaired the install’ to fix this, I carried out the same process but the option did not appear.

Please help!!
Posted
Updated 16-Sep-13 22:19pm
v2
Comments
[no name] 17-Sep-13 5:03am    
http://social.msdn.microsoft.com/Forums/en-US/8b9207c8-4b59-4740-b6c3-c5fb1d8fea56/windows-service-application-in-visual-c-express
Member 10254358 17-Sep-13 5:54am    
Thank you, unfortunately the options aren't under the general tab in the toolbox, im really unsure of where I can find these,
Richard MacCutchan 17-Sep-13 7:04am    
This option is not available in the Express version. You need to buy a full version, or find some other way of creating the installer manually.
[no name] 17-Sep-13 7:28am    
If you would have read that thread you would have read that the Express versions do not natively support the creation of Windows services. You have to do it manually.
Member 10254358 17-Sep-13 9:18am    
I did

1 solution

As far as i know it's not possible to install windows service from drop-down menu in MS Visual Studio Express and Standard version.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900