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)
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.
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
User contributions licensed under CC BY-SA 3.0