System.Data.Sqlite - Failure to install Microsoft Visual C++ Runtime System.Data.Sqlite - Failure to install Microsoft Visual C++ Runtime sqlite sqlite

System.Data.Sqlite - Failure to install Microsoft Visual C++ Runtime


You were oh-so-close to the solution. You've just got a couple steps backwards.

The issue is that the System.Data.Sqlite package includes VC++ Update 2, but you've already got the newer Update 3 installed. Rather than recognize there's already a newer version installed, all the setup program sees is that installing U2 failed and bails out. So, we need to let it do its thing and install the U2 package to get past that point:

  1. Uninstall "Microsoft Visual C++ 2015 Redistributable (x86) - 14.0.24212"
  2. Install the Sqlite package
  3. THEN re-install Update 3