019: ActiveX component can’t create object.

Error: 

019: ActiveX component can’t create object.

Error Message:

Causes:

  1. Data Access Objects (DAO) is not properly registered.
  2. Logged on user may not be an Administrator.
  3. You may not have the required permissions for required components [DLL/OCX] in the system32 and application folder.
  4. It depends on which ActiveX Component the program is trying to initiate. It’s possible that the program looking for its custom DLL/OCX, that has been erased from the system.
  5. A DLL required by the object can’t be used, either because it can’t be found in the system, or it was found but it was corrupted.
  6. When you use Microsoft Access, you receive this error message: A component [DLL/OCX] related to MS-Access might be missing or corrupted.

Solution 1: Unregister and Re-register the DAO350.dll using Regsvr32.

  1. Open Command prompt as Administrator
  2. type Regsvr32 /u “C:\Program Files\Common Files\Microsoft Shared\DAO\DAO350.DLL”.
  3. Click enter to unregister.
  4. type Regsvr32  “C:\Program Files\Common Files\Microsoft Shared\DAO\DAO350.DLL”.
  5. Click enter to Register it.
Download: DAO350.DLL

Solution 2: Run the application always as “Administrator“.

Right click the Application shortcut and Go to Properties set “Run as Administrator”.

Solution 3: Give Everyone “Full Control” permission to application path.

Right click the Application path > Properties > Click “Security” tab > Select “Everyone” give full control permission. > Click Apply & OK.

Solution 4: 

Unregister and Re-register the FindMe.dll.

  1. Open the command prompt as Administrator
  2. type Regsvr32 /u “C:\RelyonSoft\<product>\FindMe.dll”
  3.  Click enter to unregister it.
  4. type Regsvr32 “C:\RelyonSoft\<product>\FindMe.dll”
  5. Click enter to Register it.
Download: Findme.dll

Solution 5: 

Re-install the application. [Before un-installation take the backup of Data]

  1. Open control panel, click Add\Remove Programs and uninstall the application.
  2. Clean the application path.
  3. Re-Install the application And make sure that you are running the setup as “Run as Administrator“.

Solution 6:  Install msxml4.msi.

Download: msxml4.msi

Solution 7: Repair MS Office software.

  1. Open Control panel, click Add\Remove Programs and Repair MS Office.
  2.  Or Un-install completely and install freshly.

Leave a Reply

Your email address will not be published.