Hi,
I am creating an Outlook addin. I tried to run this on a 64 bit machine with 64 bit Outlook 2010.
I am getting the below exception. In the App I am referring to PIA 2007 assembly(12.0).
************** Exception Text **************
System.Deployment.Application.InvalidDeploymentException: Reference in the manifest does not match the identity of the downloaded assembly MyApp.dll.
at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.DownloadAddIn(TimeSpan timeout)
at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.InstallAddIn()
Can anybody provide a solution for this?