That error normally means that a certain active x control is not registered. The most common control to give this error is the microsoft common controls.
This means the only way to fix this problem is to manually register the control using the regsvr32 command.
Member for
17 years 5 monthsRE: Error 429, ActiveX Can’t Create Object
That error normally means that a certain active x control is not registered. The most common control to give this error is the microsoft common controls.
This means the only way to fix this problem is to manually register the control using the regsvr32 command.
Please let me know if you need more detail.