Hi,
I am trying to call a COM component from an ASP page. The dll is registered on the web server and set up in Component Services. It works fine when I call it from a VBScript file, as well as from a VB app using CreateObject. When I try to call it from an ASP page, however, I get the following error on the Server.CreateObject:
Microsoft VBScript runtime (0x800A01A8)
Object required: ''
My code in the ASP page is as follows:
Dim objreg
Set objreg=Server.CreateObject("RegistryCourier.clsRegistryCourier")
Thanks for your help,
Rachel
I am trying to call a COM component from an ASP page. The dll is registered on the web server and set up in Component Services. It works fine when I call it from a VBScript file, as well as from a VB app using CreateObject. When I try to call it from an ASP page, however, I get the following error on the Server.CreateObject:
Microsoft VBScript runtime (0x800A01A8)
Object required: ''
My code in the ASP page is as follows:
Dim objreg
Set objreg=Server.CreateObject("RegistryCourier.clsRegistryCourier")
Thanks for your help,
Rachel