When using SQLCipher on Win10 LTSC 2019 (11/13/2018 Win10 v1809), Win10 Insider edition, or Windows Server 2016, database fails with the following error:
CoreCLR Version: 4.6.27617.5
Description: The process was terminated due to an unhandled exception.
Exception Info: System.AggregateException: One or more errors occurred. (Unable to load DLL ‘sqlcipher’ or one of its dependencies: The specified module could not be found. (Exception from HRESULT: 0x8007007E)) —> System.DllNotFoundException: Unable to load DLL ‘sqlcipher’ or one of its dependencies: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
at SQLitePCL.SQLite3Provider_sqlcipher.NativeMethods.sqlite3_libversion_number()
at SQLitePCL.SQLite3Provider_sqlcipher.SQLitePCL.ISQLite3Provider.sqlite3_libversion_number()
at SQLitePCL.raw.SetProvider(ISQLite3Provider imp)
Using the application and SQLCipher on Windows10 machine, I have no issues.