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?
Installing my app with Click Once app but it won't include the sqlite3.dll
Re: Installing my app with Click Once app but it won't include the sqlite3.dll
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
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