Results 1 to 8 of 8

Thread: Runtime error 429 !!

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2004
    Posts
    17

    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

  2. #2
    Junior Member
    Join Date
    Jun 2005
    Posts
    17

    Re: Runtime error 429 !!

    I am having the same problem.

  3. #3
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961

    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.

  4. #4
    Junior Member
    Join Date
    Jun 2005
    Posts
    17

    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.

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Nov 2004
    Posts
    17

    Re: Runtime error 429 !!

    Quote 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" ???

  6. #6

    Thread Starter
    Junior Member
    Join Date
    Nov 2004
    Posts
    17

    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

  7. #7
    Junior Member
    Join Date
    Jun 2005
    Posts
    17

    Re: Runtime error 429 !!

    I dont have it either, searched my complete computer. I was having problems with a different project.

  8. #8
    Junior Member
    Join Date
    Jun 2005
    Posts
    17

    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
  •  



Click Here to Expand Forum to Full Width