Error '800a01ad', ActiveX component can't create object

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
I have moved my code from production environment to test environment. Test environment is comrising of OS windows server 2003 32 bit IIS 6.0 is same as that of production. I have just copied the code from production environment to test environment. There are four dll files
docindx.dll (registered using regsvr32)
docindx_old.dll (registered using regsvr32)
Interop.DmApi.dll (registered using regasm)
Interop.DocIndx.dll (registered using regasm)
All were registered successfully.
IIS configuration is same in both environments. I am getting this error "DocIndx error 800a01ad
ActiveX component cant create object". Please suggest me what i am missing? Is there anything to do with interop assemblies? Any kind of help would be greatly appreciated.

View the full article
 
Back
Top