We have followed Microsoft's instructions for installing the Indexing Service in Windows 2008 R2 (64-bit).
After installing, I've confirmed that the ixsso.dll (v6.1.7601.17514) is located in C:/Windows/System32 folder. I believe that this is a 64-bit version of this dll (please let me know if you determine otherwise).
I've also confirmed that the indexing service is running and catalogs have successfully built.
However, we receive an error when implementing the following line of code (classic ASP, VBScript) to programmatically instantiate the object that corresponds to this dll:
set objQuery = Server.CreateObject("IXSSO.Query")
We receive the following VBScript runtime error:
ActiveX component can't create object
I'd appreciate any help on troubleshooting this issue. Thanks in advance!