Hi, I just tried to install SQLite v3.14.0 on Windows 10 Pro with Anniversary update/Visual Studio 2015 Update 3, and received the following error. Also, everyone is reporting the same error at the following link:SQLite for Universal Windows Platform extension
| | | | | | | | | | | SQLite for Universal Windows Platform extension SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL... | | | | ==================================================8/10/2016 10:04:08 PM - Microsoft VSIX Installer8/10/2016 10:04:08 PM - -------------------------------------------8/10/2016 10:04:09 PM - Initializing Install...8/10/2016 10:04:09 PM - Extension Details...8/10/2016 10:04:09 PM - Identifier : SQLite.UWP.20158/10/2016 10:04:09 PM - Name : SQLite for Universal Windows Platform8/10/2016 10:04:09 PM - Author : SQLite Development Team8/10/2016 10:04:09 PM - Version : 3.14.08/10/2016 10:04:09 PM - Description : SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.8/10/2016 10:04:09 PM - Locale : en-US8/10/2016 10:04:09 PM - MoreInfoURL : http://www.sqlite.org/8/10/2016 10:04:09 PM - InstalledByMSI : False8/10/2016 10:04:09 PM - SupportedFrameworkVersionRange : [0.0,2147483647.2147483647]8/10/2016 10:04:09 PM - 8/10/2016 10:04:09 PM - SignatureState : Unsigned8/10/2016 10:04:09 PM - Supported Products : 8/10/2016 10:04:09 PM - Microsoft.ExtensionSDK8/10/2016 10:04:09 PM - Version : 8/10/2016 10:04:09 PM - 8/10/2016 10:04:09 PM - References : 8/10/2016 10:04:09 PM - Signature Details...8/10/2016 10:04:09 PM - Extension is not signed.8/10/2016 10:04:09 PM - 8/10/2016 10:04:09 PM - Searching for applicable products...8/10/2016 10:04:09 PM - Found installed product - Microsoft Visual Studio Enterprise 20158/10/2016 10:04:09 PM - Found installed product - Microsoft Visual Studio Professional 20158/10/2016 10:04:09 PM - Found installed product - Microsoft Visual Studio Community 20158/10/2016 10:04:09 PM - Found installed product - Microsoft Visual Studio 2015 Shell (Integrated)8/10/2016 10:04:09 PM - Found installed product - Global Location8/10/2016 10:04:09 PM - The extension will be upgraded from version 3.13.0.8/10/2016 10:04:11 PM - The following target products have been selected...8/10/2016 10:04:11 PM - Global Location8/10/2016 10:04:11 PM - 8/10/2016 10:04:11 PM - Beginning to install extension to Global Location...8/10/2016 10:04:11 PM - Upgrading 'SQLite for Universal Windows Platform', version 3.13.0 to version 3.14.0.8/10/2016 10:04:11 PM - Install Error : System.NotImplementedException: The method or operation is not implemented. at VSIXInstaller.MemorySettingsManager.MemoryWritableSettingsStore.GetBoolean(String collectionPath, String propertyName, Boolean defaultValue) at Microsoft.VisualStudio.ExtensionManager.ExtensionManagerService.IsCertCheckSkipped() at Microsoft.VisualStudio.ExtensionManager.ExtensionManagerService.CheckCertificateBeforeUpgrade(InstallableExtensionImpl extension, IInstalledExtension installedVersion, Boolean enforceCertificateCheckForUpgrade) at Microsoft.VisualStudio.ExtensionManager.ExtensionManagerService.InstallInternal(InstallableExtensionImpl extension, Boolean perMachine, Boolean isNestedExtension, IDictionary`2 extensionsInstalledSoFar, List`1 extensionsUninstalledSoFar, IInstalledExtensionList modifiedInstalledExtensionsList, AsyncOperation asyncOp, UInt64 totalBytesToWrite, UInt64& totalBytesWritten, Boolean enforceCertificateCheckForUpgrade) at Microsoft.VisualStudio.ExtensionManager.ExtensionManagerService.BeginInstall(IInstallableExtension installableExtension, Boolean perMachine, AsyncOperation asyncOp, Boolean enforceCertificateCheckForUpgrade) at Microsoft.VisualStudio.ExtensionManager.ExtensionManagerService.InstallWorker(IInstallableExtension extension, Boolean perMachine, AsyncOperation asyncOp, Boolean enforceCertificateCheckForUpgrade)================================================== _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

