在 Windows 服务中使用 WCF 服务时出错

发布于 2025-01-01 00:34:29 字数 375 浏览 1 评论 0原文

我有一个由多个应用程序使用的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文