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.