I'm unable to update a component (SQLite for UWP) using the VSIX installer. I get a strange error - anyone able to help me with working out what is wrong?
Thanks,
Paul
The error in the message box is this:
VSIX Installer
Installation Failed
The installation was unable to install the extension to all the selected products. For more information, click on the install log link at the bottom of the dialog.
(Red X Icon) Global Location
And the error in the log file looks like this:
8/24/2016 9:51:13 AM - The extension will be upgraded from version 3.13.0.
8/24/2016 9:51:16 AM - The following target products have been selected...
8/24/2016 9:51:16 AM - Global Location
8/24/2016 9:51:16 AM -
8/24/2016 9:51:17 AM - Beginning to install extension to Global Location...
8/24/2016 9:51:17 AM - Upgrading 'SQLite for Universal Windows Platform', version 3.13.0 to version 3.14.1.
8/24/2016 9:51:17 AM - 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)