Click here to Skip to main content
15,867,704 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi,
I have a c# application that has sqlite database and work with System.Data.SQLite.dll and .net FrameWork 3.5.The app work just fine by MS visual studio 2010 and work with System.Data.SQLite (NuGet package) good but after building installer application with every install builder(Like: advanced installer,Inno Setup,QSetup Installation Suite,Setup Factory )and Run the application i get an errors like: "unable to open database file" OR something like: "unable to Assemble System.data.sqlite.".
I Search into sqlite installation and i find out that it's a common problem but i can't find a good solution.
So Please help me!!!
Posted
Updated 24-Sep-19 0:23am
Comments
StM0n 14-May-13 4:29am    
Did you also deploy "SQLite.Interop.dll"?
ali sedighian 14-May-13 4:42am    
Yes,i Deploy x64 and x86 sqlite.interop.dll files too.But it did not work.
StM0n 14-May-13 4:45am    
Is it possible for you to debug a deployed installation by remote debugging?
ali sedighian 14-May-13 5:05am    
how do i remote debugging with Visual Studio 2012?
StM0n 14-May-13 5:27am    
Maybe this could help you -> http://www.codeproject.com/Articles/146838/Remote-debugging-with-Visual-Studio-2010

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900