windows8
windows8

Reputation: 51

Bing Map in Windows 8 App

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)

Upvotes: 1

Views: 1124

Answers (2)

Aimee Jones
Aimee Jones

Reputation: 911

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.

Upvotes: 3

Fixus
Fixus

Reputation: 4641

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

Upvotes: 0

Related Questions