I'm new to windows store app.
learning by myself...using online resources...
i have load bing map sdk in windows store app and bing map basic key in my app
while debugging, it shows error...
instead of showing map...it shows red cross on the map..
kindly help me
.xaml file..
x:Class="BingMapsIntro_WinRT_CS.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:BingMapsIntro_WinRT_CS"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
xmlns:m="using:Bing.Maps">
2 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Faizan AmjadPosted Jan 19, 2015, 8:58 AM
To get proper map in windows store app you have to change your region and country to USA or some other country where support of Bing Map available
Open Settings in windows and change region and country then rebuild app you will see proper map
For Further details follow this article
http://www.dotnetcurry.com/showarticle.aspx?ID=857
Anish AnsariPosted Jan 19, 2015, 2:46 AM
Try re-Building the App