0

i am working on a uwp application. I use a MapControl displaying a map from BingMaps. Everything works perfectly when i debug on my machine but when i debug on a mobile emulator the map doesn't display (instead there is a blue background).

I've also tried with the MapControl sample from the uwp samples found on github, and i have exactly the same issue.

Does someone have an idea about this problem ?

Thank you in advance for your help

rbrundritt
  • 16,570
  • 2
  • 21
  • 46
Zen Christophe
  • 131
  • 2
  • 12

1 Answers1

1

It should be the problem of your mobile emulator's version. I discussed this problem with my Colleague before, and I tested in the latest version of mobile emulator, the MapControl can be displayed.

panda
  • 560
  • 2
  • 10
  • You're perfectly right ! Thank you very much. As you said, i've downloaded the new version of emulators and it works like a charm now! – Zen Christophe Dec 02 '15 at 15:03