locked
could not able to load map RRS feed

  • Question

  • hello sir

    I have Visual Studio 2013 professional and windows 8.1.

    I have also installed bing maps API on the VS.

    From the MSDN site i downloaded some samples (Traffic) for Bing maps for windows store.

    I opened it in the VS and inserted the Basic key of my account to the Credentials in MainPage.xaml

    still i am not able to see the map..

    Tuesday, November 26, 2013 7:59 PM

Answers

  • Does the project say Windows 8.1. beside the project name in Visual Studios? If not it's possible you are using the Windows 8.0 SDK/maps.

    The maps are blocked in some regions due to geopolitical issues but I thought this was only in the Windows 8.0 SDK. This is documented here: http://msdn.microsoft.com/en-us/library/jj670541.aspx

    To get around this try setting the maps Culture property to en-US and the HomeRegion property to US.


    http://rbrundritt.wordpress.com

    • Proposed as answer by Ricky_Brundritt Tuesday, November 26, 2013 8:13 PM
    • Marked as answer by Sujeet White Tuesday, November 26, 2013 9:28 PM
    Tuesday, November 26, 2013 8:11 PM

All replies

  • Does the project say Windows 8.1. beside the project name in Visual Studios? If not it's possible you are using the Windows 8.0 SDK/maps.

    The maps are blocked in some regions due to geopolitical issues but I thought this was only in the Windows 8.0 SDK. This is documented here: http://msdn.microsoft.com/en-us/library/jj670541.aspx

    To get around this try setting the maps Culture property to en-US and the HomeRegion property to US.


    http://rbrundritt.wordpress.com

    • Proposed as answer by Ricky_Brundritt Tuesday, November 26, 2013 8:13 PM
    • Marked as answer by Sujeet White Tuesday, November 26, 2013 9:28 PM
    Tuesday, November 26, 2013 8:11 PM
  • the app is 8.1 windows store app..

    i dont know but when i changed the home region and culture attribute to the US.

    I was able to access the map.

    Thank you so much sir.

    you really saved my day..

    Tuesday, November 26, 2013 9:31 PM