Question posted 2009 · +21 upvotes
Name: From: file:///D:/Samples/TestUpdatedVersion/bin/Debug/TestUpdatedVersion.vsto
The customization cannot be installed because another version is currently installed and cannot be upgraded from this location. To install this version of the customization, first use Add or Remove Programs to uninstall this program: TestUpdatedVersion. Then install the new customization from the following location: file:///D:/Samples/TestUpdatedVersion/bin/Debug/TestUpdatedVersion.vsto
********** Exception Text ********** Microsoft.VisualStudio.Tools.Applications.Deployment.AddInAlreadyInstalledException: The customization cannot be installed because another version is currently installed and cannot be upgraded from this location. To install this version of the customization, first use Add or Remove Programs to uninstall this program: TestUpdatedVersion. Then install the new customization from the following location: file:///D:/Samples/TestUpdatedVersion/bin/Debug/TestUpdatedVersion.vsto at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.VerifySolutionCodebaseIsUnchanged(Uri uri, String subscriptionId, Boolean previouslyInstalled) at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.InstallAddIn()
Accepted answer +31 upvotes
You can try to delete a registry key located at:
HKEY_CURRENT_USERSoftwareMicrosoftVSTASolutions{GUID}
The value of {GUID} will be different on your environment.
Check to ensure that you’re deleting the right key. Confirm by checking the DWORD “Url” value at the key.
Restart Excel and you should be good to go.
Top ms-office Q&A (6)
- Detect whether Office is 32bit or 64bit via the registry +45 (2010)
- What does the 'x' in the extensions aspx, docx, xlsx, etc. represent? +11 (2010)
- MSOFFICE MIME type verification +10 (2012)
- Problems with office automation in asp.net. I can use alternatives such as open-office, if I knew how +10 (2010)
- Can I embed an exe payload in a pdf, doc, ppt or any other file format? +10 (2010)
- How To Disable "The document being saved contains tracked changes" Word Dialog Using C# +9 (2011)
ms-office solutions on this site
— top 14%.