ArcGIS_Buffer_Geoprocessing_CSharp and ArcGIS_Buffer_Geoprocessing_VBNet samples fail due to default.aspx coding errors.
Last Published: August 25, 2014ArcGIS Server (.NET)
Bug ID Number
NIM065936
Submitted
March 11, 2011
Last Modified
June 5, 2024
Applies to
ArcGIS Server (.NET)
Version found
10.0
Status
Will Not Be Addressed
The development team has considered the issue or request and concluded it will not be addressed. The issue's Additional Information section may contain further explanation.
Additional Information
We apologize that we were unable to address this issue within the current product support cycle. If the issue continues to affect your work in a supported release, please contact Technical Support.
Workaround
Capitalize the first letter of each control.line 139: var ddlUnits = $get('UnitsDropDownList');line 156 var txtDistance = $get('BufferDistanceTextBox');line 194 var btnBuffer = $get('BufferButton');