正在为 CLSID 为 {C5CBD7B2-490C-45F5-8C40-B8C3D108E6D7} 的组件检索 COM class 工厂

Retrieving the COM class factory for component with CLSID {C5CBD7B2-490C-45F5-8C40-B8C3D108E6D7}

我可以在 IIS 上添加我的 ASP.NET 应用程序。当我浏览我的应用程序时,我能够成功登录到我的应用程序。但是当我点击登录按钮时,我得到

Error "Retrieving the COM class factory for component with CLSID {C5CBD7B2-490C-45F5-8C40-B8C3D108E6D7} 
failed due to the following error:80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)). I am able to do all operations on my application locally

. I tried republishing my application
. Checked all the authorization access

但还是想不通

我已经在 32 位机器上开发了 web 应用程序,如下:

TDAPIOLELib.TDConnection td=新 TDAPIOLELib.TDConnection();

并尝试在 64 位计算机上托管。在评论 Qc 代码并重新托管后,我的 Web 应用程序运行正常。

我也在 64 位服务器机器上安装了 QC 我很惊讶为什么它不能与 QC 一起工作