laptop and a wrench

Bug

The ArcObjects SDK 10.0 developer sample called ViperPin Tool uses a recycling cursor which results in an exception at IFeature.Store().

Last Published: September 15, 2016 ArcGIS for Desktop
Bug ID Number NIM077519
SubmittedJanuary 26, 2012
Last ModifiedJune 5, 2024
Applies toArcGIS for Desktop
Version found10.0
Program languageC#
Operating SystemWindows OS
Operating System VersionXP
Version Fixed10.4Fi
StatusFixed

Workaround

See <a href="http://forums.arcgis.com/threads/45879-cannot-call-store-on-a-recycled-row-while-editing" target="_blank">http://forums.arcgis.com/threads/45879-cannot-call-store-on-a-recycled-row-while-editing</a>- Change the following line in the SetPINValue function (routine) in ViperPinForm.csfrom:featCursor = featLayer.Search(spatialFilter, true);tofeatCursor = featLayer.Search(spatialFilter, false); //change to a non-recycling cursor.- Recompile the code/DLL and re-register the component/DLL.

Steps to Reproduce

Bug ID: NIM077519

Software:

  • ArcGIS for Desktop

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