Windows 服务和可视化 Web 开发人员 2010 Express
我正在使用 microsoft Visual Web Developer 2010 Express 版本。
我想创建 Windows 服务,但是缺少模板。
我该如何安装这个缺失的模板。
感谢和问候
莫希特·里卡
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这被列为 Visual Studio 2010 Express 版本中的一项限制。我确信您可以做一些不太道德的事情来绕过它来构建模板,您可以通过 google 搜索该模板。
现在,您可以在没有模板的情况下构建 Windows 服务,只是您将无法获得对某些项目的所有精美设计时间支持。
This is listed as a limitation within the Express Edition of Visual Studio 2010. I'm sure you can do something not so ethical to get around it to build a template, you can google for that one.
Now, you can build a windows service without the template, you just will not have all of the fancy design time support for a few items.
您应该使用 Visual Basic(或 C#)2010 Express,而不是 Web 版本来构建 Windows 服务。
我为 Visual Studio 2010 Express 制作了一个模板,您可以在我的博客中获取它: http://blog.larmib.com/2011/windows-service-template-for-visual-studio-2010-express/ 它用于视觉 基本的。
You should use Visual Basic (or C#) 2010 Express, not the Web version to build a Windows Service.
I made a template for Visual Studio 2010 Express you can get it at my blog: http://blog.larmib.com/2011/windows-service-template-for-visual-studio-2010-express/ it is for Visual Basic.