We have an application that displays a tiled map service. At certain zoomlevels the MapProgressBar halts at some arbitrary percentage (90% e.g.) and never changes thereafter. All of the tiles are displayed so the map looks fine. Do you have any idea why the progress bar would halt even though the map looks complete?
Also, we have run Fiddler and all of the tile requests get responses.
Ideas?
Currently, we're thinking we should just remove the MapProgressBar since it is leading the user to believe the map is not complete.