Wednesday, October 17, 2012

DEP0700 : Registration of the app failed. Windows cannot install package

The following error appeared in Visual Studio when trying to run the Bing Maps SDK examples:

Error : DEP0700 : Registration of the app failed. Windows cannot install package 133E2AEE-177A-43F4-BB19-4A6CCA8BD2CA because the package requires architecture ARM, but this computer has architecture x64. (0x80073cf3) PushpinSample

The fix was simple enough. Change the Platform from ARM to x64 in the Configuration Manager.