Hi,
I created a SQLite geodatabase using the GenerateGeodatabaseAsync method and it seemed to work as expected.
A GDB was created and downloaded properly but when I try to open it I get: "Invalid XML. :"
The StackTrace is:
" at RuntimeCoreNet.Interop.HandleException(Boolean retVal) at RuntimeCoreNet.CoreFeatureCache..ctor(String databasePath) at Esri.ArcGISRuntime.Data.Geodatabase..ctor(String path) at Esri.ArcGISRuntime.Data.Geodatabase.OpenAsync(String path) at TCT.Mims.Sync.Server.Runtime.IncrementalSync.<UpdateDatabase>d__27.MoveNext() in :::"
Has anyone seen that message before? The only reference I see Googling with Bing is the Esri page on Editing and Syncing Feature table editing and sync error codes—ArcGIS Runtime SDK for iOS | ArcGIS for Developers
Without anything after the "Invalid XML. :" to indicate what XML (or table even if the XML is null) it's hard to track it down.
Thanks,
John.