如何使在Windows 10 SQLite的工作? [英] How can I make SQLite work on Windows 10?

查看:424
本文介绍了如何使在Windows 10 SQLite的工作?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

哟,

所以,我一直在开发在Visual Studio 2013年一台机器上通用的Windows商店应用,并希望继续发展其放在另一台机器上运行的Windows 10技术预览。

So I've been developing a Universal Windows Store app in Visual Studio 2013 on one machine, and wanted to continue developing it on an another machine running Windows 10 Technical Preview.

的问题是,在Visual Studio 2015年预览有一个新的C ++可再发行组件包的版本(2015年),以及最新的SQLite需要版本2013,所以该特定参考缺失。我可以生成项目,它成功地部署,但是有一个例外,说,它不能加载sqlite3.dll。我猜想这是因为缺少的Visual C ++再发行组件包2013年我尝试下载,但该条目仍下扩展添加引用对话框,在这里可以看到在VS 2013下落不明。

The problem is that in Visual Studio 2015 Preview there is a new C++ Redistributable package version (2015), and the latest SQLite requires version 2013, so that particular reference is missing. I can build the project, it deploys successfully, but there is an exception saying it can't load sqlite3.dll. I'm assuming this is because of the missing Visual C++ Redistributable Package 2013. I tried downloading it, but the entry is still missing from the Add reference dialog under Extensions, where it is seen on VS 2013.

使其工作的经验吗?就当SQLite的适用于Windows 10?

Any experience of making it work? Any insider info on when SQLite will work for Windows 10?

干杯

推荐答案

昨天,我的博客上讲述如何获得 SQLite的使用Windows 10个通用应用

Yesterday I blogged about how to get SQLite working with Windows 10 Universal apps

这真的很简单,归结到的使用SQLite的Visual Studio扩展的预发布版本,然后只用你之前使用的任何图书馆或ORM。

It's really simple and comes down to using a pre-release version of SQLite Visual Studio extension, and then just using whatever library or ORM you used before.

注意,Windows 10的通用应用程序也将能够使用实体框架7,可与几乎任何DB提供包括SQLite的被使用

Note that Windows 10 Universal apps will also be capable of using Entity Framework 7, which can be used with almost any DB provider including SQLite.

编辑:Visual Studio的扩展不是的预发布的作为构建10240。

The Visual Studio extension is not in pre-release as of build 10240.

这篇关于如何使在Windows 10 SQLite的工作?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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