Bing Map in Windows 8 App

1

i am trying to implement Bing Map in my windows 8 application. I have installed sdk from here and configured my application as defined in Code Project.

but still I am getting errors like:

The specified procedure could not be found. (Exception from HRESULT: 0x8007007F)

windows-8
bing-maps
asked on Stack Overflow Sep 11, 2012 by windows8 • edited Sep 12, 2012 by Arpit Rawat

2 Answers

3

I had the same problem. apparently there's 2 different Bing Maps SDK's available. I had the SDK for Metro Style Apps which wouldn't work. There's another one called Bing Maps SDK for Windows Store apps, which can be found here.

I was following this tutorial too, which helped me get the Map view working.

answered on Stack Overflow Oct 8, 2012 by Aimee Jones
0

Install an extension to visual studio. It should be provided with SDK. That add Bing maps by reference to your project (sometimes you need to restart VS). After that in your toolbox you should have Map element available

answered on Stack Overflow Sep 11, 2012 by Fixus

User contributions licensed under CC BY-SA 3.0