Page 1 of 1

sqlite3.dll not deploying in VS2012 build

Posted: Thu 08 Nov 2012 15:54
by r0bmarshall
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.

Re: sqlite3.dll not deploying in VS2012 build

Posted: Fri 09 Nov 2012 13:24
by Shalex
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.