ClickOnce error after deploying -- has a different computed hash than specified in manifest
clickonce, deployment, vsto
Solution
I was able to resolve this just by doing a clean build and publish. For some reason the manifest wasn't updated like it was supposed to.
Problem
Afer deploying my VSTO add-in with ClickOnce, I get the following error message when trying to launch setup.exe: File, Addin.resources.dll, has a different computed hash than specified in manifest. Why is this happening? What can I do to fix this?