I have an Outlook VSTO add-in I'm developing. I'm trying to test the ClickOnce deployment, but keep getting the error:
Unable to install this application because an application with the same identity is already installed.
I've manually removed the old version from Outlook's add-in menu. The add-in was also uninstalled via the add/remove programs dialog.
I've also tried the frequently suggested solution to run either of these commands:
rundll32 dfshim CleanOnlineAppCache
mage -cc
Both of these commands run fine, but they don't fix the problem. I cannot get the add-in to install no matter what I try.
Does anyone know if there are specific registry settings I could look for to try and manually delete? Or another solution?