<UserControl x:Class="SilverlightApp.Page" 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"> <Grid x:Name="LayoutRoot" Background="White"> <esri:Map x:Name="MyMap" Extent="-120, 20, -100, 40" > <esri:Map.Layers> <esri:ArcGISTiledMapServiceLayer ID="StreetMapLayer" Url="http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer" /> </esri:Map.Layers> </esri:Map> </Grid> </UserControl>
I cannot reproduce this with your code but I am using a different hardware. Maybe another process is interfering or causing your WPF App to hang or become sluggish. I know that one of my co-workers notice that our Anti-Virus update checker can do this to any WPF app.