“不支持的操作”在 Windows 2008 上调用 RPC 时

发布于 2024-12-05 13:08:03 字数 590 浏览 0 评论 0原文

该应用程序使用 Microsoft RPC 进行进程间通信。该应用程序在 Windows Server 2003(服务器 WS2003 或 WS 2008 --- 客户端 WS2003)上完美运行。但是当客户端在 Windows Server 2008 上时应用程序失败。

的流程

这是客户端部分RpcStringBindingCompose(.....) RpcBindingFromStringBinding(.....) RpcMgmtIsServerListening(....) //此方法即使在 WS2008 上也返回成功

此后每当我调用 IDL 文件中定义的方法 rpcMethod(...) (使用 MIDL 编译器 6.00.0366 生成的代码)时,它都会抛出异常(错误代码 1764)“不支持该操作”。 MIDL 生成的存根重定向到 NdrClientCall2(),后者抛出此异常。

此处报告了类似的问题:不支持操作< /a>

The application uses Microsoft RPC for interprocess communications. The application works flawlessly on Windows Server 2003 (Server WS2003 or WS 2008 --- Client WS2003). But the application fails when the client is on Windows Server 2008.

Here is the flow of client part

RpcStringBindingCompose(.....)
RpcBindingFromStringBinding(.....)
RpcMgmtIsServerListening(....) //This method returns success even on WS2008

After this whenever i call a method rpcMethod(...) defined in IDL file (code generated using MIDL compiler 6.00.0366), it thorws an exception (Error Code 1764) "Operation is not Supported".
The MIDL-generated stub redirects to NdrClientCall2() which throws this exception.

Similar issue reported here: Operation is not supported

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

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

发布评论

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