简体   繁体   English

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

[英]ActiveX component can't create object (comReport)

I am trying to print a pdf report and it is not printing and giving this error. 我正在尝试打印pdf报告,但没有打印并给出此错误。 Error Type: ComReport (0x800A01AD) ActiveX component can't create object 错误类型: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。我在Google上搜索了一些内容,他们只是说要确保浏览器已启用ActiveX。

Maybe it is a missing reference. 也许是缺少参考。 You can use "Depends.exe" (Shipped with Visual Studio) to determine missing libraries. 您可以使用“ Depends.exe”(随Visual Studio一起交付)来确定缺少的库。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 ActiveX 组件无法创建 object - ActiveX component can't create object ActiveX组件无法创建对象。 Excel VBA中的搭扣 - ActiveX component can't create object. Hasp in Excel VBA Regasm 不工作/ActiveX 组件无法创建对象 - Regasm is not working / ActiveX component can't create object ActiveX组件无法创建对象:在注册dll时没有名称空间的类会发生什么情况? - ActiveX component can't create object: what happens to classes that don't have a namespace when the dll is registered? 如何解决“运行时错误'429':ActiveX组件无法创建对象”? - How do I resolve “Run-time error '429': ActiveX component can't create object”? 经典ASP和COM DLL在Server 2008 R2中不起作用(Microsoft VBScript运行时错误'800a01ad'ActiveX组件无法创建对象) - Classic ASP and COM DLL Does not work in Server 2008 R2 (Microsoft VBScript runtime error '800a01ad' ActiveX component can't create object ) VBA CreateObject无法在64位Windows上创建ActiveX组件 - VBA CreateObject can’t create ActiveX component on 64Bit Windows axapta中的activeX组件 - activeX component in axapta jacob-无法共同创建对象 - jacob - Can't co-create object VBA-ActiveX不能为具有依赖项的.net dll创建对象 - VBA - ActiveX Cant Create Object for .net dll with dependencies
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM