WCF服务未显示在.net6中的连接服务节点

发布于 2025-02-11 22:23:52 字数 226 浏览 0 评论 0原文

我有一个项目,可以从外部解决方案中消耗许多WCF服务。

当项目是.net4.8项目时,这些WCF服务将位于连接的服务节点中。但是,自从将项目升级到.NET6以来,WCF服务在Visual Explorer中显示了Visual Explorer在树上的文件夹中的一个名为Connected Servicess的文件夹中,而不是在连接服务节点中。

我只是想知道我是否可以做些什么来返回这些服务,以便它们坐在节点中?

I have a project that consumes a number of WCF services from an external solution.

When the project was a .NET4.8 project, these WCF services would sit in the Connected Services node. However, since upgrading the project to .NET6, the WCF services show in the solution explorer within Visual Studio in a folder in the tree called Connected Services and not in the Connected Services node.

I'm just wondering if there is something I can do to return these services so that they sit in the node?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夏尔 2025-02-18 22:23:52

The way .NET Framework and .NET add references to wcf services are inconsistent.
But this shouldn't affect adding the WCF service reference, so I don't think a change is needed.
https://learn.microsoft.com/en-us/visualstudio/data-tools/how-to-add-update-or-remove-a-wcf-data-service-reference?view=vs-2022

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文