Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to resolve could not find sdk microsoft.vclibs version=11.0 error in windows 8 bing maps?

Tags:

windows-8

I am getting the could not find sdk microsoft.vclibs version=11.0 error while running the bing maps sample app in windows 8.please tell me how to resolve this?

like image 652
user1645335 Avatar asked Sep 04 '12 12:09

user1645335


2 Answers

Did you add a reference to "Microsoft Visual C++ Runtime Package" in the project references? (Windows -> Extensions)

like image 88
ZombieSheep Avatar answered Nov 03 '22 01:11

ZombieSheep


download the Bing Maps SDK for Windows Store apps from here: https://visualstudiogallery.msdn.microsoft.com/224eb93a-ebc4-46ba-9be7-90ee777ad9e1 that should solve it.

like image 30
Rami Sarieddine Avatar answered Nov 03 '22 02:11

Rami Sarieddine