We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running the Sif3Framework Test project I encountered an error:
Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Upgrading the System.Data.SQLite.Core Nuget package to version 1.0.109.2 fixed the error for me.
System.Data.SQLite.Core
OS: Window 10 Enterprise - 1809 IDE: Visual Studio 2017 - 15.8.7
The text was updated successfully, but these errors were encountered:
Merge pull request #29 from nsip/develop-release11
09d738f
Updated to SIF AU Data Model 3.4.4
No branches or pull requests
When running the Sif3Framework Test project I encountered an error:
Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Upgrading the
System.Data.SQLite.Core
Nuget package to version 1.0.109.2 fixed the error for me.OS: Window 10 Enterprise - 1809
IDE: Visual Studio 2017 - 15.8.7
The text was updated successfully, but these errors were encountered: