anand m

anand m

  • 1.3k
  • 320
  • 30.6k

Unable to run 32 bit Com component in 64 bit machine

Jul 11 2019 5:37 AM
Hello All,
 
I am unable to run 32 bit com component references using my active directory code in the 64 bit machine.
 
I am getting below error message :
 
0x800a01ad - Microsoft VBScript runtime error: ActiveX component can't create object
 
Error in the below line source code :
 
' Create the component
Set oSoapClient = Server.CreateObject( "MSSOAP.SoapClient30" ) (error message in this line)
' Config the object
oSoapClient.ClientProperty( "ServerHTTPRequest" ) = True
oSoapClient.mssoapinit g_sADAddress & "?WSDL", ""
 
Kindly help me to over come this issue need work this 64 bit machine.

Answers (1)