Error
Número de ID del error | BUG-000155519 |
---|---|
Enviado | February 1, 2023 |
Última modificación | June 5, 2024 |
Relacionado con | ArcObjects SDK |
Versión encontrada | 10.8.1 |
Sistema operativo | Windows OS |
Versión de sistema operativo | 10.0 64 Bit |
Estado | Non-Reproducible |
Within the UpdateFeatureClass method, the updated row 'updateR' is not being managed correctly, but can be corrected with the following two ReleaseComObject calls:
if (!isPlotShapeSuccess)
{
if (updateR != null) Marshal.ReleaseComObject(updateR);
return false;
}
//try to update all changes at once with all the updated info.
update.UpdateRow(updateR);
if (updateR != null) Marshal.ReleaseComObject(updateR);
ID del error: BUG-000155519
Software:
Obtener ayuda de expertos en ArcGIS
Descargar la aplicación de soporte de Esri