We are aware of one issue that causes wpf to perform worse in some configurations when tiles needs to load, although I've never seen it as slow as you say it is (seems more choppy than "stuck"). We will have that fixed for final release.
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.
<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>
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.