gpt4 book ai didi

c# - 64 位服务器中的 ASMX 到 COM 调用

转载 作者:可可西里 更新时间:2023-11-01 11:48:47 26 4
gpt4 key购买 nike

我正在尝试从 IIS 8.5 和 Windows Server 2012 64 位服务器 中托管的 ASMX 网络服务调用 COM 库方法(COM 互操作性)。但是调用没有响应。我做了以下更改以确保我们进行正确的设置

<强>1。为应用程序池设置启用 32 位 application = true

<强>2。在以下位置注册 COM C:\Windows\System32 & C:\Windows\SysWoW64

<强>3。尝试将 web 服务项目编译为目标 X86 配置

<强>4。将 Web 服务的执行超时更改为 10 分钟

<强>5。是否设置了适用于我的 Windows 应用程序的应用程序池标识

但是以上都不行。

Just to verify .Net and COM communication, I have created the windows application to call the same method and it works when I compile the project in X86 platform.

If I compile the windows application to target platform to Any CPU, I get the same issue like calling it via ASMX web service. Its not responding to the call.

Finaly, It looks like it is working for windows application target x86 platform. But no idea, why it is not working from asmx service when I set Enable 32 bit application.

您能帮我确定 ASMX 到 COM 调用可能有什么问题吗?

引用:

Error 80040154 (Class not registered exception) when initializing VCProjectEngineObject (Microsoft.VisualStudio.VCProjectEngine.dll)

How to repair COMException error 80040154?

注意:当 COM 未安装在 C:\Windows\System32 文件夹中时,我收到 COM 异常 80040154 错误。现在没有收到此错误,但调用没有响应。

服务器是64位

最佳答案

根据您调用的 COM 服务器,您可能需要 specify an Identity for an Application Pool如果 COM 应用程序需要用户配置文件,或者检查应用程序池的 Load User Profile 属性。 (例如 I needed this 运行 ABCpdf)

关于c# - 64 位服务器中的 ASMX 到 COM 调用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36279348/

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