Installing my app with Click Once app but it won't include the sqlite3.dll

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
ashlar64
Posts: 75
Joined: Thu 04 May 2006 18:56

Installing my app with Click Once app but it won't include the sqlite3.dll

Post by ashlar64 » Thu 25 Sep 2014 16:23

Hello,

I have a app that I created that is using LinqConnect and using sqlite. I tried to deploy it using ClickOnce. But the sqlite3.dll is not automatically included in the deployment package. It is not even listed in the "Applicaiton Files" list on the property page under Publish.

I also can't seem to manually add it as a reference to my project. It says: "A reference to <blah> could not be added. Please make sure the file is accessible and that it is a valid assembly or COM component.

Do you have any recommendations on how to best handle this?

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: Installing my app with Click Once app but it won't include the sqlite3.dll

Post by MariiaI » Mon 29 Sep 2014 13:57

Generally, your application should have access to the engine library sqlite3.dll when it is deployed and is used on the computer where there is no engine library sqlite3.dll. You should put it either to the application folder or to a system-wide accessible folder.
However, your question is beyond the scope of our support. We provide support on technical LinqConnect specific questions.
We recommend you to contact ClickOnce and/or SQLite support. Also, some useful information can be found here:
http://social.msdn.microsoft.com/Forums ... formssetup

Post Reply