将SQLite实现到WP8 [英] Implementing SQLite to WP8

查看:78
本文介绍了将SQLite实现到WP8的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试将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项目时,收到错误"引用更高版本或不兼容的汇编不能添加到项目中"





 


解决方案

这可能是由于文件被Windows阻止了....


有一个看看这里......


http://pcmusings.wordpress.com/2012/10/31/vs2012-windows-phone-and-the-reference-to-a-higher-version-error/


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++ project from "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"


 

解决方案

This is likely due to the file being blocked by Windows....

Have a look over here...

http://pcmusings.wordpress.com/2012/10/31/vs2012-windows-phone-and-the-reference-to-a-higher-version-error/


这篇关于将SQLite实现到WP8的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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