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.
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.
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.
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"
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.