DavidSlade
Posts: 14
Joined: Tue Jun 05, 2018 7:04 am

Adding Sqlite.Interop.dll

I am using VS2017 with Advanced Installer extension.
In my application, which uses SQLite databases, I have an x86 and x64 folder with the relevant Sqlite.Interop.dll files in them. When I try to Add Project Content the content is not added and attempting to save the aip project fails. If I exclude theses files, adding content works, so these are causing the problem.
How do I add the x86/x64 folders with the dlls?
Daniel
Posts: 8238
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Adding Sqlite.Interop.dll

Hello and welcome to our forums,

Can you please send us by email to support at advancedinstaller dot com your VS solution (SLN file and all of its project files - only the project files without their source code files) so we can test and investigate it?

If you cannot share with us your solution projects, then you can try to isolate the behavior in a small sample and send it to us alongside a small test case.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
DavidSlade
Posts: 14
Joined: Tue Jun 05, 2018 7:04 am

Re: Adding Sqlite.Interop.dll

Hi Daniel,
I think I found the solution: The x86/x64 folders were added for click-once deployment. I do not add them as content to Advanced Installer. Instead I add the x86/x64 folders and files in Files and Folders. That seems to work.
Daniel
Posts: 8238
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Adding Sqlite.Interop.dll

Hello,

Thank you for your follow up on this.

I'm glad you got this working.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”