Solution to the runtime error "429 ActiveX component cannot create object" when opening word2016 in win10 system!

Manually register this file:
Click "Start" → "Run" and type the following command in the pop-up input box: 
regsvr32 "C:\Program Files\Common Files\Microsoft Shared\DAO\dao360.dll"
regsvr32 "C:\Program Files \Common Files\Microsoft Shared\DAO\dao350.dll"
and then press the Enter key, note that you must add quotation marks.

If it still prompts: 429 error, you can manually register scrrun.dll again . Click "Start" → "Run" and type the following command in the pop-up input box: 
regsvr32 "C:\windows\system32\scrrun.dll", and then press Enter.

If the above "C:\Program Files\Common Files\Microsoft Shared\DAO\dao360.dll and dao350.dll" files do not exist, please download them here: http://www.veryhuo.com/down/html/63752. html

Result prompt:

dllregisterserver call failed error code 0x80004005

  Solution/Step

  1. Press the win+X key on the keyboard to call up the commonly used commands;

Select "Windows PowerShell (Admin)"

The interface appears:

 

Copy the command in:

regsvr32 "C:\Program Files\Common Files\Microsoft Shared\DAO\dao360.dll"
regsvr32 "C:\Program Files\Common Files\Microsoft Shared\DAO\dao350.dll"

regsvr32 "C:\windows\system32\scrrun.dll"

Paste it in and press Enter to run.

The result appeared again

"424" error.

Check again: Delete the contents of this folder below to solve the problem. (Where "hehe" is the user name)

 

 

 

 

Guess you like

Origin blog.csdn.net/annqd/article/details/87730990