Skip to content Skip to sidebar Skip to footer

Sqlite3.dll Cannot Be Used In C# Application In Vs2013 On Win 7

I need to access SQLite3.dll for my application (x64) C# in VS2013 on win7. From SQLite: sqlite3.dll vs System.Data.SQLite.dll? I see that 'The sqlite3.dll is unmanaged code con

Solution 1:

It seems to be referencing this here It appears that the assembly contains embedded code from the above link and it requires a licence to work.


Post a Comment for "Sqlite3.dll Cannot Be Used In C# Application In Vs2013 On Win 7"