Results 1 to 7 of 7

Thread: Main - ActiveX component can't create object 429 ( 5001)

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2010
    Location
    Malaysia
    Posts
    20

    Main - ActiveX component can't create object 429 ( 5001)

    Hello everyone..

    My application is running successful in windows 2000 and XP but having a problem when my application running in windows 7. The error was Activex can't create object429 ( 5001). The application was write in vb and connect to oracle. What should i do to solve this error.

    Thank you

  2. #2
    VB-aholic & Lovin' It LaVolpe's Avatar
    Join Date
    Oct 2007
    Location
    Beside Waldo
    Posts
    19,541

    Re: Main - ActiveX component can't create object 429 ( 5001)

    Welcome to the forums.

    How did you install your app on Win7? You most likely would want to create a setup package for your app and install with administrator privileges.

    More details you provide, the more people here can help. Also mention which ActiveX control it couldn't create.
    Insomnia is just a byproduct of, "It can't be done"

    Classics Enthusiast? Here's my 1969 Mustang Mach I Fastback. Her sister '67 Coupe has been adopted

    Newbie? Novice? Bored? Spend a few minutes browsing the FAQ section of the forum.
    Read the HitchHiker's Guide to Getting Help on the Forums.
    Here is the list of TAGs you can use to format your posts
    Here are VB6 Help Files online


    {Alpha Image Control} {Memory Leak FAQ} {Unicode Open/Save Dialog} {Resource Image Viewer/Extractor}
    {VB and DPI Tutorial} {Manifest Creator} {UserControl Button Template} {stdPicture Render Usage}

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Mar 2010
    Location
    Malaysia
    Posts
    20

    Re: Main - ActiveX component can't create object 429 ( 5001)

    actually, i allready create and run the application in windows 7 but when i try to open the application, the error occured. dont know why. but the application can open in windows 2000.

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Mar 2010
    Location
    Malaysia
    Posts
    20

    Re: Main - ActiveX component can't create object 429 ( 5001)

    here i attached the error picture..
    Attached Images Attached Images  
    Last edited by Royvb; Mar 3rd, 2010 at 12:32 AM.

  5. #5
    Lively Member
    Join Date
    Jan 2008
    Posts
    70

    Re: Main - ActiveX component can't create object 429 ( 5001)

    It sounds like it might be trying to call a COM method but can't find the executable.

    That could happen if it isn't registered. Yea I'd agree with LaVolpe to see how it's being installed. You might have been doing something slightly improper before but the rules got tightened up with Windows 7. You can check if its registered by searching the registry under HKCR\CLSID.

    Perhaps also the object you're trying to create might have a dependency on something else that's not in the system. Especially language runtime libraries which come and go with different versions of Windows. I use "Dependency Walker" which can tell you what dlls are needed for a program.

  6. #6
    VB-aholic & Lovin' It LaVolpe's Avatar
    Join Date
    Oct 2007
    Location
    Beside Waldo
    Posts
    19,541

    Re: Main - ActiveX component can't create object 429 ( 5001)

    Quote Originally Posted by Royvb View Post
    actually, i allready create and run the application in windows 7 but when i try to open the application...
    That didn't answer my question completely. How did you install it on Win7? Did you create a proper setup package or did you simply copy the exe and other stuff to the box?
    Last edited by LaVolpe; Mar 3rd, 2010 at 04:51 PM.
    Insomnia is just a byproduct of, "It can't be done"

    Classics Enthusiast? Here's my 1969 Mustang Mach I Fastback. Her sister '67 Coupe has been adopted

    Newbie? Novice? Bored? Spend a few minutes browsing the FAQ section of the forum.
    Read the HitchHiker's Guide to Getting Help on the Forums.
    Here is the list of TAGs you can use to format your posts
    Here are VB6 Help Files online


    {Alpha Image Control} {Memory Leak FAQ} {Unicode Open/Save Dialog} {Resource Image Viewer/Extractor}
    {VB and DPI Tutorial} {Manifest Creator} {UserControl Button Template} {stdPicture Render Usage}

  7. #7

    Thread Starter
    Junior Member
    Join Date
    Mar 2010
    Location
    Malaysia
    Posts
    20

    Re: Main - ActiveX component can't create object 429 ( 5001)

    The installation of windows is done by network. Actually i copy all the file including setup from server and run in windows 7. The setup completely run in other windows and wondows 7 but for the win 7, i cannot open the application.

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