Facing Error Number 429 Activex Component Can’t Create Object, When Trying To Load Excel Sheet Into VSFlexGrid

Asked By 10 points N/A Posted on -
qa-featured

I was trying to load my excel sheet into a VSFlexGrid, but it displays Error Number 429 Activex component cannot create object and task is not able to complete.

SHARE
Answered By 110 points N/A #293255

Facing Error Number 429 Activex Component Can’t Create Object, When Trying To Load Excel Sheet Into VSFlexGrid

qa-featured

This error can occur because the system does not have Activex registered. Follow these steps –

  1. Download and install Microsoft dot-NET Framework version equal to or greater than 2.0.
  2. Restart the computer.
  3. Delete all the files contained in the temp folder.
  4. Install the component package that consist of the DLL file being used by the system. The registration process is now complete.

You can try to install the DLL manually. Follow the steps –

  1. Go the Start Menu and then select Run.
  2. Open Command Prompt by typing cmd.
  3. In the Command Prompt type, REGSVR32 file.dll. Here the file is the name of that DLL which you are registering.
  4. If an error occurs, it means it is already registered.

Related Questions