Map::Refresh causes a JavaScript error, "Sys.ArgumentNullException: Value cannot be null. Parameter name: handler", if there are any results in the TaskResult control and if the Map::Refresh is called from a toolbar.
Last Published: August 25, 2014No Product Found
Bug ID Number
NIM040106
Submitted
November 13, 2008
Last Modified
April 2, 2025
Applies to
No Product Found
Version found
9.3
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
No Public Explanation
Workaround
1) Use webtier blending instead of Browser for the ImageBlendingMode.OR2) Refresh an indiividual resource instead of the whole map. public void ServerAction(ToolbarItemInfo info) { Map map1 = (Map)info.BuddyControls[0]; map1.RefreshResource("StreetMapNA"); }