<UserControl xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:esri="http://schemas.esri.com/arcgis/client/2009" x:Class="MapCheck.MainPage" Width="640" Height="480"> <Grid x:Name="LayoutRoot" Background="White"> <esri:Map> </esri:Map> </Grid> </UserControl>