在 Windows 服务中使用 WCF 服务时出错
我有一个由多个应用程序使用的 WCF 服务。我能够在 Silverlight 应用程序中使用 WCF 服务。但是当我尝试在 Windows 服务应用程序中使用 WCF 服务时,它不起作用。
具体来说,我在 Reference.cs
† 中遇到的错误是:
类型名称“ServiceReference1”在类型“xxx.xxx”中不存在。
在使用 Visual Studio† 中的工具添加对此 WCF 服务的服务引用,然后尝试构建 Windows 服务项目后,我收到此错误。有人可以帮忙吗?
† 编辑做出的假设。
I have a WCF service which is consumed by multiple applications. I am able to consume the WCF service in a Silverlight application. But when I try to consume the WCF service in a windows service application, it does not work.
Specifically, the error I am getting in Reference.cs
† is:
The type name 'ServiceReference1' does not exist in the type 'xxx.xxx'.
I received this error after using the tool in Visual Studio† to add a service reference to this WCF service and then attempting build the windows service project. Can anyone help?
† Assumptions made by editor.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论