元数据问题:SymmetricSecurityBindingElement

发布于 2024-09-27 03:18:59 字数 282 浏览 0 评论 0原文

我正在计算其他人的代码,并且尝试从其中一项服务生成代理,它会生成以下错误...

System.InvalidOperationException:调用策略导出扩展时引发异常。扩展:System.ServiceModel.Channels.SymmetricSecurityBindingElement 错误:指定的参数超出了有效值的范围。参数名称:参数----> System.ArgumentOutOfRangeException:指定的参数超出了有效值的范围。

谁能指导我正确的方向。我该如何解决这个问题?

I am figuring out someone else's code and I am trying to generate a proxy out of one of the services and it generates the following error...

System.InvalidOperationException: An exception was thrown in a call to a policy export extension. Extension: System.ServiceModel.Channels.SymmetricSecurityBindingElement Error: Specified argument was out of the range of valid values. Parameter name: parameters ----> System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.

Can anyone direct me in the right direction. how can I solve the problem?

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

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

发布评论

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

评论(1

开始看清了 2024-10-04 03:18:59

这只是一个配置问题。这意味着服务配置不正确。

Its just a configuration issue. It means the Service is not configured correctly.

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