I developed Excel addin. I want to deploy addin it through ClickOnce. Addin publish to a Shared folder. Addin is developed successfully and appears in Excel. but when I change something in Adin and publish an updated version when you start Excel the following error:
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: PricelistExcelAddIn. Then install the new customization from the following location: file:///C:/Users/sribin/Documents/Visual Studio 2008/Projects/PricelistExcelAddIn/PricelistExcelAddIn/bin/Debug/PricelistExcelAddIn.vsto
Details:
Name:
From: file:///C:/Users/sribin/Documents/Visual Studio 2008/Projects/PricelistExcelAddIn/PricelistExcelAddIn/bin/Debug/PricelistExcelAddIn.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: PricelistExcelAddIn. Then install the new customization from the following location: file:///C:/Users/sribin/Documents/Visual Studio 2008/Projects/PricelistExcelAddIn/PricelistExcelAddIn/bin/Debug/PricelistExcelAddIn.vsto в Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.VerifySolutionCodebaseIsUnchanged(Uri uri, String subscriptionId, Boolean previouslyInstalled) в Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.InstallAddIn()
How can I fix this problem?