ActiveX component cannot create object (comReport)

I am trying to print a PDF report and it doesnt print and gives this error. Error type: ComReport (0x800A01AD) ActiveX component cannot create object

I have registered ComReport.dll with my OS.

This works fine on our dev / production server, but doesn't work locally on my machine. And I need it to work on my local so that I can debug some things and see which request is being executed. Page I am trying to debug classic asp in .net 2003. I googled some stuff and they just say to make sure the browser has ActiveX enabled ... what does it do!

0


source to share


1 answer


Perhaps this is a missing link. You can use "Depends.exe" (supplied with Visual Studio) to identify missing libraries.



0


source







All Articles