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
{{ message }}
This repository has been archived by the owner on Oct 13, 2020. It is now read-only.
This is a great project and I'm diving into it, now I want to run all the tests.
Open SQLite.NET.2013.sln by VS2013
Set test.2013 as startup project, then build this project and succeed.
Run in debug mode(this issue also reproduce in release mode). Then I can see the GUI with default provider and connection string, then I click Run button.
Soon exception thrown at TestCasesDialog.cs, line 110: {"The type initializer for 'System.Data.SQLite.SQLiteFactory' threw an exception."} {"Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)"}
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
This is a great project and I'm diving into it, now I want to run all the tests.
The text was updated successfully, but these errors were encountered: