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
Hi, when I use the 'Open' method with IOConnectionInfo.FromPath(dbFilePath) ModernKeePassLib tries to pass IOConnectionInfo.Bytes into the MemoryStream ctor in 'OpenReadLocal' and crashes because IOConnectionInfo.Bytes is null.
Hi, when I use the 'Open' method with
IOConnectionInfo.FromPath(dbFilePath)ModernKeePassLib tries to pass IOConnectionInfo.Bytes into the MemoryStream ctor in 'OpenReadLocal' and crashes because IOConnectionInfo.Bytes is null.