Hi All,
I get this error "ActiveX component cannot create object" when I try to create an object using this code
Set soapClient = CreateObject ("MSSOAPLib30.SoapClient")
Plz Help.
Thanks in advance
Printable View
Hi All,
I get this error "ActiveX component cannot create object" when I try to create an object using this code
Set soapClient = CreateObject ("MSSOAPLib30.SoapClient")
Plz Help.
Thanks in advance
I am having the same problem.
MSSOAPLib30 may have to be registered on the machine, using REGSVR32.EXE.
I got mine working, I knew I had to register the .dll but it wouldnt let me. I figured out why though.
Quote:
Originally Posted by X7JAY7X
Great !! Can you sharre the reason that you figured out for he "WHY" ???
Hi X7JAY7X,
Can you send me the MSSOAPLib30.dll. I dont have it on my system although I have installed the SOAP Tool Kit etc.
FYI - You can reply me with an attachment of the dll file. I can then download the same.
Plz do the needful. Thanks in advance
Regards
Chill
I dont have it either, searched my complete computer. I was having problems with a different project.
Mine was a different case I think. I had a VB6 activex dll that would not register at all. I found out if you do not tlbimp it, it will register and work fine.