I have ran into this problem, and not sure what the issue is. I am trying to zoom to a county (through a tool), and when I call Map.ZoomTo with the extent of the feature that I want, I get a blank map, and no errors show up (In IE, Firefox, etc). I can zoom back to the map full extent (through a zoom to full extent tool), and the map displays again. However, whenever I try to zoom again (using our zoom tool), the same issue occurs. We have several types of layers in our map (Dynamic, Tiled, ImageService, Graphics), and the Map.ZoomTo function just doesn't work. Any ideas?
I have a reference to the Map in our tool (_Map), and am calling it with the below code:
_Map.ZoomTo(fs.Features(0).Geometry.Extent)
I have verified that there is a feature being returned, and I am trying to zoom to the extent of that feature. This is a polygon feature of a county.