Results 1 to 3 of 3

Thread: error 429, activex can create object

  1. #1
    Guest

    Post

    Hello
    I created a vb app and when I run this on my computer where it was created, it works fine. But I put it on any other computer, I get the error 429, activex can not create object.
    The point where it seems to stop is on a Filesystem object that I am using. The fs object is declared globally. Any ideas on where to start checking for a problem. I have all references and components selected. This is in VB6.

  2. #2
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744

    Post

    You have to provide all files that are used with your EXE (DLLs, OCXs etc). As far as FileSystem object, you have to include scrrun.dll with your EXE as well.

    ------------------

    Serge

    Software Developer
    [email protected]
    [email protected]
    ICQ#: 51055819


  3. #3
    Guest

    Post

    Hello

    Thanks for the quick answer. After I installed scrrun.dll in the setup wizard, the program nows works. Thanks for the help.
    Now If I can find out where they mention this, it would be great.


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