You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i try to open an encrypted database file using "Shared" connection mode i got this exception message :
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at LiteDB.Engine.AesStream.Write(Byte[] array, Int32 offset, Int32 count)
at LiteDB.Engine.DiskService.Write(IEnumerable`1 pages, FileOrigin origin)
at LiteDB.Engine.WalIndexService.CheckpointInternal()
at LiteDB.Engine.WalIndexService.TryCheckpoint()
at LiteDB.Engine.LiteEngine.Dispose(Boolean disposing)
at LiteDB.SharedEngine.Dispose(Boolean disposing)
at LiteDB.SharedEngine.Dispose()
at LiteDB.LiteDatabase.Dispose(Boolean disposing)
at LiteDB.Studio.MainForm.<Connect>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
The text was updated successfully, but these errors were encountered:
Hi,
When i try to open an encrypted database file using "Shared" connection mode i got this exception message :
The text was updated successfully, but these errors were encountered: