dragonturtle
Programmer
Hello,
I have some reports displayed in HTML in an ASP site that works fine locally, but when moved to the web server I get this error:
Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object: 'CrystalReports.ObjectFactory'
/ce9scripts/OpenObjects.asp, line 20
where line 20 is this:
Set objFactory = CreateObject "CrystalReports.ObjectFactory"
Does this mean I have an unregistered DLL? If so, any idea which one?
TIA.
I have some reports displayed in HTML in an ASP site that works fine locally, but when moved to the web server I get this error:
Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object: 'CrystalReports.ObjectFactory'
/ce9scripts/OpenObjects.asp, line 20
where line 20 is this:
Set objFactory = CreateObject "CrystalReports.ObjectFactory"
Does this mean I have an unregistered DLL? If so, any idea which one?
TIA.