问题描述
我正在尝试将SQLite实现为WP8。我已完成以下步骤。
1。已安装 适用于Windows Phone的SQLite(3.8.4.3)
2。将Windows Phone应用程序添加到解决方案
3. 已安装 sqlite-net包 (1.0.8)
4。已下载 sqlite-net- wp8原生C ++项目
来自" https://github.com/peterhuene/sqlite-net-wp8"并添加到解决方案中
5。构建这个项目。
现在,当我尝试将此项目的引用(C ++项目)即Sqlite.dll添加到Windows Phone App项目时,收到错误"引用更高版本或不兼容的汇编不能添加到项目中"
I am trying to implement SQLite to WP8. I have done the the following steps.
1. Installed SQLite for Windows Phone (3.8.4.3)
2. Add a Windows Phone App into a solution
3. Installed sqlite-net package (1.0.8)
4. Downloaded sqlite-net-wp8 native C++ projectfrom "https://github.com/peterhuene/sqlite-net-wp8" and add into the solution
5. Build this project.
Now when I try to add reference of this project(C++ project)i.e Sqlite.dll to Windows Phone App project, getting an error "A reference to a higher version or incompatible assemble cannot be added to the project"
这篇关于将SQLite实现到WP8的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!