|
-
Jun 9th, 2005, 07:04 AM
#1
Thread Starter
Junior Member
Runtime error 429 !!
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
-
Jun 9th, 2005, 07:47 AM
#2
Junior Member
Re: Runtime error 429 !!
I am having the same problem.
-
Jun 9th, 2005, 01:20 PM
#3
Re: Runtime error 429 !!
MSSOAPLib30 may have to be registered on the machine, using REGSVR32.EXE.
Nobody knows what software they want until after you've delivered what they originally asked for.
Don't solve problems which don't exist.
"If I had eight hours to cut down a tree, I'd spend six hours sharpening my axe." --- Abraham Lincoln (1809-1865)
2 idiots don't make a genius.
-
Jun 9th, 2005, 10:50 PM
#4
Junior Member
Re: Runtime error 429 !!
I got mine working, I knew I had to register the .dll but it wouldnt let me. I figured out why though.
-
Jun 9th, 2005, 11:01 PM
#5
Thread Starter
Junior Member
Re: Runtime error 429 !!
 Originally Posted by X7JAY7X
I got mine working, I knew I had to register the .dll but it wouldnt let me. I figured out why though.
Great !! Can you sharre the reason that you figured out for he "WHY" ???
-
Jun 9th, 2005, 11:32 PM
#6
Thread Starter
Junior Member
Re: Runtime error 429 !!
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
-
Jun 9th, 2005, 11:59 PM
#7
Junior Member
Re: Runtime error 429 !!
I dont have it either, searched my complete computer. I was having problems with a different project.
-
Jun 10th, 2005, 12:00 AM
#8
Junior Member
Re: Runtime error 429 !!
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|