简体   繁体   English

Windows 8应用商店与sqlite数据库

[英]Windows 8 store app with sqlite database

I am using Visual Studio 2012 with Windows 8.1 Enterprise. 我正在将Visual Studio 2012与Windows 8.1 Enterprise结合使用。

I am trying to make a data driven sample Windows 8 store app by following the example in the below link: 我正在尝试按照以下链接中的示例制作数据驱动的示例Windows 8存储应用程序:

http://social.technet.microsoft.com/wiki/contents/articles/18417.windows-store-app-with-a-sqlite-database.aspx http://social.technet.microsoft.com/wiki/contents/articles/18417.windows-store-app-with-a-sqlite-database.aspx

As they suggest 2 references should be included. 正如他们建议的那样,应包括2个参考文献。 They are 他们是

  1. Sqlite for Windows Runtime Windows运行时的Sqlite
  2. Microsoft Visual C++ Runtime Package Microsoft Visual C ++运行时程序包

I have successfully installed both but I am not able to see the reference of "Microsoft Visual C++ Runtime Package" in the "add reference dialogue". 我已经成功安装了两者,但是在“添加参考对话框”中看不到“ Microsoft Visual C ++运行时程序包”的参考。

Is there anything else I missed please help.... 还有什么我想念的请帮忙....

Awaiting reply..... 等待回复.....

Assuming everything is installed correctly, you will find the reference under Windows -> Extensions in the references dialog: 假设一切都已正确安装,您将在“引用”对话框的Windows->扩展下找到该引用:

参考对话框

I should note that this is the same place where the SQLite reference is located. 我应该注意,这是SQLite引用所在的位置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM