Hi,
I developed a classic ASP website several years ago and out of the blue, today, the customer wants to make some changes to it. I could not convince him to rebuild it .NET.
So I now have to rebuild a developement environment on my laptop (Windows 7 64 bits Home Premium, IIS7).
I just tried to create an application in IIS and browse the website, I overcame a few errors with my friend Google but I am still stucked on this error:
Microsoft VBScript runtime error '800a01ad' / ActiveX component can't create object.
The error is thrown on this line of code:
Dim conADO
Set conADO = Server.CreateObject("ADODB.Connection")
I tried a lot of things searching Google but I just can't find anything that worked for me.
Anyone has encountered this problem lately ?
Thank you for helping.
I developed a classic ASP website several years ago and out of the blue, today, the customer wants to make some changes to it. I could not convince him to rebuild it .NET.
So I now have to rebuild a developement environment on my laptop (Windows 7 64 bits Home Premium, IIS7).
I just tried to create an application in IIS and browse the website, I overcame a few errors with my friend Google but I am still stucked on this error:
Microsoft VBScript runtime error '800a01ad' / ActiveX component can't create object.
The error is thrown on this line of code:
Dim conADO
Set conADO = Server.CreateObject("ADODB.Connection")
I tried a lot of things searching Google but I just can't find anything that worked for me.
Anyone has encountered this problem lately ?
Thank you for helping.