MapSuite Team,
While in Visual Studio Debug mode I notice the below lines in the Output Debug Window:
SQLite error (5): database is locked
SQLite error (261): database is locked
Fifteen of my layers are in their own unique SQLite database(one layer per database).
I’m getting this error when the extent changes and/or ZoomLevel changes as well as on a Center Map. This occurs frequently that it concerns me, but it does not happen all the time. I’m sure it’s a timing issue.
Sometimes both the 5 & 261 errors are received when a center map is performed.
I have multiple Map Overlays with each having a mixture of SQLite Layers and ShapeFileFeatureLayer. When the Overlay is set to DoNotLock the 5 & 261 errors are encountered. When set to Lock only the 5 error is encountered.
I’m currently using V9.0.0.190.
Any advice on this?
Thanks,
Dennis