Hello:

I am using iis10 on 64bits system to create ad rotator object with 32bit classic ASP.

Initially, the adRot.dll was missing on my windows 10 system So I copied the old adrot.dll from my XP system and I installed it on my new windows 10 computer.
I don’t remember what method I initially used to install the adrot.dll which I had copied from my XP system. Now that the dll was not working anymore, I uninstalled the adrot.dll and I reinstalled it using the commands:
c:\windows\sysWow64 > Regsvr32 /u c:\windows\sysWow64.dll
c:\windows\sysWow64 > Regsvr32 c:\windows\sysWow64.dll
I also installed the adroit.dll in c:\windows\system32 folder.

But the problem persists and the adRotator object is not created on my classic ASP page when executing the following line:
Dim myAds: set myAds = Server.CreateObject(“MSWC.adRotator”)
So that typename(myAd) return the string “Empty” and so ads are not displayed. Also the error objectes throws “Object required” when the following line is executed:
Response.write myAd.getAdvertisement(myAds.txt)

Would any expert be able to tell me why the adRotator object is not created anymore and how could I resolve this issue?

Your help is greatly appreciated.
Thank you,