codefoster / codeshow

Super simple demos for Windows and Windows Phone
Apache License 2.0
172 stars 155 forks source link

Could not find SDK "Bing.Maps.Xaml #11

Open codemaker opened 8 years ago

codemaker commented 8 years ago

I am getting below erros while running the application in Visual Studio community edition

Error Could not find SDK "Bing.Maps.Xaml, Version=1.313.0825.0". CodeShow.CS.Windows Error MSB3774 Could not find SDK "MSAdvertisingJS, Version=8.1". codeShow.JS.Windows C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets 2049

I am using Windows 10 Pro and Visual Studio Community 2015

codemaker commented 8 years ago

started working after removing these dependencies!! But I am sure some where it will break

alwendt4 commented 7 years ago

I'm using VS 2015. The extension is not added to VS was my problem. To fix do this: 1) Open VS and on the File menu, go to Tools>Extensions and Updates ... 2) Click Online 3) Search for "Bing Maps" 4) Select "Bing Maps SDK for Windows 8.1 Store apps" and install it. 5) Restart VS, and rebuild.

mcfoi commented 7 years ago

The suggestion by alwendt4 fixed the issue in my project where the original dependency got kicked in by adding Xamarin.Forms.Maps to the whole Solution. I am using VS 2015 Update 3 for a multi platform App.