laptop and a wrench

Bug

Zooming out to an extereme scale will fail with an 'Invalid arguement' error

Last Published: August 25, 2014 ArcGIS Server (.NET)
Bug ID Number NIM039387
SubmittedOctober 17, 2008
Last ModifiedApril 2, 2025
Applies toArcGIS Server (.NET)
Version found9.3
Operating SystemWindows OS
Operating System VersionXP
StatusWill Not Be Addressed

Additional Information

No Public Explanation

Workaround

Insert the following code in the Default.aspx of the application and adjust the minZoom and maxZoom properties for the spatial reference and scale of your data.<script language="javascript" type="text/javascript"> Sys.Application.add_init(function() { $find('Map1').set_minZoom(0.1); $find('Map1').set_maxZoom(1); });</script>For more details on these properties, see the following:<a href="http://resources.esri.com/help/9.3/ArcGISServer/adf/dotnet/NET_ADFJS/html/Properties_T_J_ESRI_ADF_UI_MapBase.htm#seeAlsoToggle" target="_blank">http://resources.esri.com/help/9.3/ArcGISServer/adf/dotnet/NET_ADFJS/html/Properties_T_J_ESRI_ADF_UI_MapBase.htm#seeAlsoToggle</a>

Steps to Reproduce

Bug ID: NIM039387

Software:

  • ArcGIS Server (.NET)

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options