I can't import it as a reference as I get the following error:
A reference to 'C:\Program Files (x86)\Devart\dotConnect\SQLite\sqlite3.dll' could not be added. Please make sure that the file is accessible, and that it is a valid assembly or COM component.
Any assistance is welcomed.
sqlite3.dll not deploying in VS2012 build
Re: sqlite3.dll not deploying in VS2012 build
sqlite3.dll is not assembly but unmanaged library. You should deploy it either in the application folder or in a system-wide accessible folder.
For more information about deployment, please refer to http://www.devart.com/dotconnect/sqlite ... yment.html.
For more information about deployment, please refer to http://www.devart.com/dotconnect/sqlite ... yment.html.