Click here to Skip to main content
15,881,757 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All,

I am new to the sqlite + wpf application i create .exe file and deploy into another machine can u guide me or send snippets
Posted

1 solution

SQLite has it's dot net framework specific and Windows platform specific
i.e. (32 bit and 64 bit) assemblies these assemblies are required by your
exe at runtime and they should be present in the directory in which your
exe is running. So prepare set up and deploy these assemblies along with your exe.
The DLL's are
1.SQLite.Interop.dll
2.System.Data.SQLite.dll
You will find these dll's at
http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki[^]

Hope this will help you.
--
Thanks.
 
Share this answer
 
Comments
kingsa 26-Dec-13 7:08am    
Thanks for ur reply
i have small application but i want to that application portable how can i acheive it can u guide me its need full
member 8888995 14-Jan-14 0:37am    
Create setup of your application using set and deployment project-> Visual Studio installer -> Set Up Project.
You can make two different versions i.e. (32 bit & 64 bit).
Sorry for late reply
--Thanks

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