sqlite3.dll not deploying in VS2012 build

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Post Reply
r0bmarshall
Posts: 2
Joined: Tue 26 Jun 2012 15:42

sqlite3.dll not deploying in VS2012 build

Post by r0bmarshall » Thu 08 Nov 2012 15:54

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.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: sqlite3.dll not deploying in VS2012 build

Post by Shalex » Fri 09 Nov 2012 13:24

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.

Post Reply