如何使用sqlite数据库部署wpf [英] How to deploy wpf with sqlite database

查看:120
本文介绍了如何使用sqlite数据库部署wpf的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我是sqlite + wpf应用程序的新用户我创建.exe文件并部署到另一台机器可以指导我或发送片段

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

推荐答案

SQLite有特定的dot net框架和Windows平台特定的
即(32位和64位)程序集这些程序集是你的

exe在运行时它们应该出现在运行

exe的目录中。因此,准备设置并与您的exe一起部署这些程序集。

这个DLL是

1.SQLite.Interop.dll

2.System.Data.SQLite.dll

你会在

找到这些dll http:/ /system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki [ ^ ]



希望这会对你有所帮助。 />
-

谢谢。
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.


这篇关于如何使用sqlite数据库部署wpf的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆