Note that there are some explanatory texts on larger screens.

plurals
  1. POUnable to display Bing maps on Window Phone 7 emulator
    primarykey
    data
    text
    <p>I am using this basic code to display Bing Maps on my window phone 7 emulator.</p> <pre><code>&lt;Grid x:Name="ContentPanel" Grid.Row="1" Margin="12,0,12,0"&gt; &lt;my:Map Height="462" CredentialsProvider="My Regestered Key" HorizontalAlignment="Left" Margin="6,6,0,0" Name="map1" VerticalAlignment="Top" Width="444" /&gt; &lt;Button Content="Zoom In" Height="72" HorizontalAlignment="Left" Margin="6,535,0,0" Name="buttonZoomIn" VerticalAlignment="Top" Width="207" Click="buttonZoomIn_Click" /&gt; &lt;Button Content="Road Mode" Height="72" HorizontalAlignment="Left" Margin="6,474,0,0" Name="buttonRoad" VerticalAlignment="Top" Width="207" Click="buttonRoad_Click" /&gt; &lt;Button Content="Zoom Out" Height="72" HorizontalAlignment="Left" Margin="243,535,0,0" Name="buttonZoomOut" VerticalAlignment="Top" Width="207" Click="buttonZoomOut_Click" /&gt; &lt;Button Content="Aerial Mode" Height="72" HorizontalAlignment="Left" Margin="243,474,0,0" Name="buttonAerial" VerticalAlignment="Top" Width="207" Click="buttonAerial_Click" /&gt; &lt;/Grid&gt; </code></pre> <p>But every time i get this error Message "Unable to contact server Please try again Later"</p> <p>I have registered key with Application Type(Developer)</p> <p>Proxy settings are also done and emulator's browser is able to access websites.</p> <p>I am using Microsoft visual studio 2010 and windows phone 7 emulator.</p> <p>I am not getting what is going wrong.</p> <p>Thanks and Regards.</p> <p>Now i installed this on window phone device and the map is loaded but not on emulator.</p> <p>do someone has an answer.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload