FIX: Installing SQL Server Native Client encounters an error (required when creating a new SQL Server connection at Navicat Premium): An error occurred during ... hresult:0x80070422 (Note the tail error number)
SQL Server Native Client encountered an error message and could not continue:
Microsoft SQL Server Native Client. An error occurred during the installation of assembly ' microsoft.vc80.crt,version= ' 8.0.50727.1833 ' ... hresult:0x80070422 Note that the tail has this error code!
The idea of solving the problem is to think and search according to the error code: a search . hresult:0x80070422 found that the error was related to Windows not opening the Window update service.
Then open the command services.msc, enter the service, turn on start the following services:
Windows Update
Windows Installer
Windows Modules Installer
Base Filtering Engine
Background Intelligent Transfer Service
Reinstall the Microsoft SQL Server Native Client, and you can install it successfully! Solve!
FIX: Installing SQL Server Native Client encounters an error (required when creating a new SQL Server connection at Navicat Premium): An error occurred during ... hresult:0x80070422 (Note the tail error number)