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
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.
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.
1 Attachment(s)
Re: Main - ActiveX component can't create object 429 ( 5001)
here i attached the error picture..
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.
Re: Main - ActiveX component can't create object 429 ( 5001)
Quote:
Originally Posted by
Royvb
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?
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.