laptop and a wrench

Error

Releasing memory pointing to a raster layer causes an error.

Última publicación: June 30, 2020 ArcGIS Runtime SDK
Número de ID del error BUG-000114021
EnviadoMay 16, 2018
Última modificaciónJune 5, 2024
Relacionado conArcGIS Runtime SDK
Versión encontrada100.2.1
Sistema operativoWindows OS
Versión de sistema operativo10.0 64 Bit
EstadoKnown Limit

Información adicional

The problem occurs when the raster dataset has been removed from the layer but the .NET garbage collection has not yet destroyed the raster object. To trigger the garbage collection in order to delete files, it may be necessary to call GC.Collect e.g.: ``` ... GC.Collect(); GC.WaitForPendingFinalizers(); GC.Collect(); try { if (File.Exists(tifFile)) { File.Delete(tifFile); } } catch (Exception e) { // TODO... } ... ```

Pasos para reproducir

ID del error: BUG-000114021

Software:

  • ArcGIS Runtime SDK

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga