So there is Immediate window log on my Application startup...
__SQLiteVersion: 3.13.0 | 2016-05-18 10:57:30 fc49f556e48970561d7ab6a2f24fdd7d9eb81ff2 | INTEROP_CODEC INTEROP_EXTENSION_FUNCTIONS NET_40 PRELOAD_NATIVE_LIBRARY THROW_ON_DISPOSED TRACE TRACE_PRELOAD TRACE_WARNING
SQLite error (21): misuse at line 136010 of [fc49f556e4]
SQLite error (21): misuse at line 136010 of [fc49f556e4]
Singleton: System.IO.FileNotFoundException: Файл 'C:\ProgramData\ShipSmartView\MapsCache\TileDBv5\en\Data.gmdb' не найден.
Имя файла: 'C:\ProgramData\ShipSmartView\MapsCache\TileDBv5\en\Data.gmdb'
в System.IO.Error.WinIOError(Int32 errorCode, String maybeFullPath)
в System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
в System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
в System.IO.File.Open(String path, FileMode mode, FileAccess access, FileShare share)
в GMap.NET.CacheProviders.SQLitePureImageCache.CheckPreAllocation()
в GMap.NET.CacheProviders.SQLitePureImageCache.set_CacheLocation(String value)
в GMap.NET.Internals.Cache.set_CacheLocation(String value)
в GMap.NET.Internals.Cache..ctor()
SQLITE DLL set to CopyLocal=False
In Sub NEW I do the following:
__ With MAP 'Google Map Defaults
__SQLiteVersion: 3.13.0 | 2016-05-18 10:57:30 fc49f556e48970561d7ab6a2f24fdd7d9eb81ff2 | INTEROP_CODEC INTEROP_EXTENSION_FUNCTIONS NET_40 PRELOAD_NATIVE_LIBRARY THROW_ON_DISPOSED TRACE TRACE_PRELOAD TRACE_WARNING
SQLite error (21): misuse at line 136010 of [fc49f556e4]
SQLite error (21): misuse at line 136010 of [fc49f556e4]
Singleton: System.IO.FileNotFoundException: Файл 'C:\ProgramData\ShipSmartView\MapsCache\TileDBv5\en\Data.gmdb' не найден.
Имя файла: 'C:\ProgramData\ShipSmartView\MapsCache\TileDBv5\en\Data.gmdb'
в System.IO.Error.WinIOError(Int32 errorCode, String maybeFullPath)
в System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
в System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
в System.IO.File.Open(String path, FileMode mode, FileAccess access, FileShare share)
в GMap.NET.CacheProviders.SQLitePureImageCache.CheckPreAllocation()
в GMap.NET.CacheProviders.SQLitePureImageCache.set_CacheLocation(String value)
в GMap.NET.Internals.Cache.set_CacheLocation(String value)
в GMap.NET.Internals.Cache..ctor()
SQLITE DLL set to CopyLocal=False
In Sub NEW I do the following:
__ With MAP 'Google Map Defaults
.CacheLocation = MapCacheFolder
If Not IO.File.Exists(MapCacheFile) Then CacheProviders.SQLitePureImageCache.CreateEmptyDB(MapCacheFile)
.ShowCenter = False
.MapProvider = MapProviders.GoogleTerrainMapProvider.Instance
.Manager.Mode = AccessMode.ServerAndCache
End With__