使用visual studio 2010创建Windows服务

使用visual studio 2010创建Windows服务

问题描述:

我正在使用Visual Studio 2010 Express Edition创建Windows服务。我一直在线学习如何创建Windows服务的教程和步骤。有一步阻碍了我。我已经研究了很多东西,他们都以同样的方式来创造它。在安装Windows服务时,它要求我右键单击service1.cs(设计)的灰色区域并单击添加安装程序,但是在我的visual studio 2010上我没有这个选项。



我只看到另一个人在互联网上写道他们有这个问题,他们说他们修复了安装以解决这个问题,我执行了相同的过程,但选项没有出现。



请帮助!!

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!!

据我所知,不可能安装windows从MS Visual Studio Express和标准版本的下拉菜单中提供服务。
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.