gpt4 book ai didi

azure-service-fabric - FabricInvalidAddressException : NamedEndpoint 'V2Listener' when trying to connect from . NET Core应用程序

转载 作者:行者123 更新时间:2023-12-04 08:20:11 24 4
gpt4 key购买 nike

我正在尝试使用 ServiceProxy 类连接到 Service Fabric 应用程序,如下所示:

return ServiceProxy.Create<ISomeService>(
new Uri("fabric:/SomeService.App/ISomeService"),
new ServicePartitionKey(0));

当我从 .Net Framework 应用程序执行此操作时,一切正常。

但是,当我从 .Net Core 应用程序中尝试此操作时,出现以下错误:

InnerException = {System.Fabric.FabricInvalidAddressException: NamedEndpoint 'V2Listener' not found in the address '{"Endpoints":{"":"..."}}' for partition '...')

我假设这与 V2 远程处理有关,但我无法弄清楚 .Net Core 项目中默认使用 V2 而不是 V1 的具体内容。

有没有办法强制它使用 V1 - 目前我无法将目标服务升级到 V2。

涉及的所有应用程序均使用 Service Fabric 版本 6.1.480

我能找到的唯一相关文档是 Service Fabric Reliable Services Communication Remoting它并没有帮助我找到解决方案。

最佳答案

您只能在.Net Core 中使用 SF Remoting V2。仅使用完整框架支持远程处理 V1。 (我同意文档应该指定这一点。)

查看此link

关于azure-service-fabric - FabricInvalidAddressException : NamedEndpoint 'V2Listener' when trying to connect from . NET Core应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50756171/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com