You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
************** Exception Text **************
Microsoft.VisualStudio.Tools.Applications.Deployment.InvalidRegistryStoreValueException: Could not retrieve the solution identified by the following subscriptionId: languagetool-msword10-addin.vsto, Culture=neutral, PublicKeyToken=3438a7bae70b726e, processorArchitecture=msil. The subscriptionId was found but one or more of the identifying properties is corrupted or missing. ---> Microsoft.VisualStudio.Tools.Applications.Deployment.InvalidRegistryStoreValueException: Some values for current solution configuration are invalid in the registry ---> System.UriFormatException: Invalid URI: The URI is empty.
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
at System.Uri..ctor(String uriString)
at Microsoft.VisualStudio.Tools.Applications.Deployment.StoreEntryRegistryHelper.LoadFrom(RegistryKey source)
--- End of inner exception stack trace ---
at Microsoft.VisualStudio.Tools.Applications.Deployment.StoreEntryRegistryHelper.LoadFrom(RegistryKey source)
at Microsoft.VisualStudio.Tools.Applications.Deployment.MetadataStore.Retrieve(String subscriptionID)
--- End of inner exception stack trace ---
at Microsoft.VisualStudio.Tools.Applications.Deployment.MetadataStore.Retrieve(String subscriptionID)
at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.VerifySolutionCodebaseIsUnchanged(Uri uri, String subscriptionId, Boolean previouslyInstalled)
at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.InstallAddIn()
The text was updated successfully, but these errors were encountered:
When trying to install the add-in on a Windows 10 (x64) machine with Ms Office 2016 (32 bit) on it, I get this error message:
Name:
From: file:///C:/Users/anonymous/Downloads/MSWord-LanguageTool-Addin/languagetool-msword10-addin.vsto
************** Exception Text **************
Microsoft.VisualStudio.Tools.Applications.Deployment.InvalidRegistryStoreValueException: Could not retrieve the solution identified by the following subscriptionId: languagetool-msword10-addin.vsto, Culture=neutral, PublicKeyToken=3438a7bae70b726e, processorArchitecture=msil. The subscriptionId was found but one or more of the identifying properties is corrupted or missing. ---> Microsoft.VisualStudio.Tools.Applications.Deployment.InvalidRegistryStoreValueException: Some values for current solution configuration are invalid in the registry ---> System.UriFormatException: Invalid URI: The URI is empty.
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
at System.Uri..ctor(String uriString)
at Microsoft.VisualStudio.Tools.Applications.Deployment.StoreEntryRegistryHelper.LoadFrom(RegistryKey source)
--- End of inner exception stack trace ---
at Microsoft.VisualStudio.Tools.Applications.Deployment.StoreEntryRegistryHelper.LoadFrom(RegistryKey source)
at Microsoft.VisualStudio.Tools.Applications.Deployment.MetadataStore.Retrieve(String subscriptionID)
--- End of inner exception stack trace ---
at Microsoft.VisualStudio.Tools.Applications.Deployment.MetadataStore.Retrieve(String subscriptionID)
at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.VerifySolutionCodebaseIsUnchanged(Uri uri, String subscriptionId, Boolean previouslyInstalled)
at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.InstallAddIn()
The text was updated successfully, but these errors were encountered: