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
I have a problem connecting with LiteDB v5.0.16 a database created with LiteDB v3. I get "Stream was too long." with this stack:
System.IO.MemoryStream.Write(byte[], int, int)
LiteDB.Engine.FileReaderV7.ReadExtendData(uint)
LiteDB.Engine.FileReaderV7.GetDocuments(string)
LiteDB.Engine.LiteEngine.RebuildContent(LiteDB.Engine.IFileReader)
LiteDB.Engine.LiteEngine.Upgrade(string, string, LiteDB.Collation)
LiteDB.LiteDatabase.LiteDatabase(LiteDB.ConnectionString, LiteDB.BsonMapper)
I tried to do it in LiteDB Studio too and I get an OutOfMemory exception there too.
Could you tell me how to solve this?
Thank you,
Daniel
The text was updated successfully, but these errors were encountered:
Hi,
I have a problem connecting with LiteDB v5.0.16 a database created with LiteDB v3. I get "Stream was too long." with this stack:
System.IO.MemoryStream.Write(byte[], int, int)
LiteDB.Engine.FileReaderV7.ReadExtendData(uint)
LiteDB.Engine.FileReaderV7.GetDocuments(string)
LiteDB.Engine.LiteEngine.RebuildContent(LiteDB.Engine.IFileReader)
LiteDB.Engine.LiteEngine.Upgrade(string, string, LiteDB.Collation)
LiteDB.LiteDatabase.LiteDatabase(LiteDB.ConnectionString, LiteDB.BsonMapper)
I tried to do it in LiteDB Studio too and I get an OutOfMemory exception there too.
Could you tell me how to solve this?
Thank you,
Daniel
The text was updated successfully, but these errors were encountered: