Using Windows 7 64-bit. I'm getting error "ActiveX component can't create object". All worked well under WinXp. I am logged on as an Administrator. The ActiveX is a 32-bit component.
I can access the ActiveX component (with CreateObject), without errror, from a vb program.
But when I load my asp page using IE8, the vb script portion errors when trying to execute a CreateObject statement.
At first I thought the user needed elevated privileges but now it seems like vbs does not have the privileges to access the ActiveX component. I have also read that the 64-bit vbs interpreter can not execute a 32-bit activex component.