Getting the following error when trying to open a db with your .NET library.
Is there any way we can remove the WindowsRuntime dependencies inside ModernKeePassLib?
Could not load file or assembly 'System.Runtime.WindowsRuntime, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.
The error is thrown in this block when reading the KeyFile. I printed the error out after debugging to that point.
See:
ModernKeePassLib\Serialization\IOConnection.cs : 843
Getting the following error when trying to open a db with your .NET library.
Is there any way we can remove the WindowsRuntime dependencies inside ModernKeePassLib?
Could not load file or assembly 'System.Runtime.WindowsRuntime, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.
The error is thrown in this block when reading the KeyFile. I printed the error out after debugging to that point.
See:
ModernKeePassLib\Serialization\IOConnection.cs : 843