Hi all,
I am getting an exception when deleting a feature from an offline Geodatabase
await fLayer.FeatureTable.DeleteAsync(feature);
This is the first time that I see something like this.
{System.Exception: SQL error or missing database :
at RuntimeCoreNet.Interop.HandleException(Boolean retVal)
at RuntimeCoreNet.CoreFeatureSource.DeleteRows(Int64[] guidIds)
at Esri.ArcGISRuntime.Data.ArcGISFeatureTable.<>c__DisplayClass17.<DeleteAsync>b__16()
at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---