I've copied a Add-in from a 32-bit WinXP machine to a Vista 64-bit machine. When I try to run it from Visual Studio I receive the following error:
The ArcGISExplorer SDK is not correctly installed - 'ESRI.ArcGISExplorer.targets' not found (ArcGIS_E3SDK='').
I've tried doing a Repair and I've tried uninstalling the SDK and re-installing it without any luck. I think this has to do with the ArcGIS_E3SDK not pointing to the file ESRI.ArcGISExplorer.targets. This file exists under C:\Program Files (x86)\Explorer\bin but of course my Visual Studio solution was created under a 32-bit WinXP machine which points to C:\Program Files\Explorer\bin.
Anyone know where to update my project to the correct path?
Thanks.