I have created a project in Visual Studio 2008 that uses sqlite in 32-bit Operation System.
Then I made a setup project with installa ware 15 for a 64-bit Operation System.
I added sqlite dll(s) in beside of .exe
file and when I create 32-bit setup all thing work properly.
But when I create 64-bit setup project, the installation in a 64-bit Operation System (like Windows 7, 8) the program will not run and it throws:
Unhandled exception .... unable to open database.....
How to can I solve it?