ActiveX组件无法创建对象(comReport)

时间:2022-06-17 05:10:14

I am trying to print a pdf report and it is not printing and giving this error. Error Type: ComReport (0x800A01AD) ActiveX component can't create object

我正在尝试打印pdf报告,它不打印并给出此错误。错误类型:ComReport(0x800A01AD)ActiveX组件无法创建对象

I have registered the ComReport.dll with my OS.

我已经用我的操作系统注册了ComReport.dll。

This works fine on our developemtn and production server but is not working locally on my machine. And I need for it to work on my local so I can debug some stuff and see what query is being ran. Page I am trying to debug is classic asp in .net 2003. I googled some stuff and they are just saying to make sure browser has ActiveX enabled...which it does!

这在我们的开发和生产服务器上工作正常,但在我的机器上不能在本地工作。我需要它在我的本地工作,所以我可以调试一些东西,看看正在运行什么查询。我试图调试的页面是.net 2003中的经典asp。我搜索了一些东西,他们只是说要确保浏览器启用了ActiveX ...它确实如此!

1 个解决方案

#1


0  

Maybe it is a missing reference. You can use "Depends.exe" (Shipped with Visual Studio) to determine missing libraries.

也许这是一个缺失的参考。您可以使用“Depends.exe”(随Visual Studio一起提供)来确定缺少的库。

#1


0  

Maybe it is a missing reference. You can use "Depends.exe" (Shipped with Visual Studio) to determine missing libraries.

也许这是一个缺失的参考。您可以使用“Depends.exe”(随Visual Studio一起提供)来确定缺少的库。