简体   繁体   中英

Windows 8 store app with sqlite database

I am using Visual Studio 2012 with 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:

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. They are

  1. Sqlite for Windows Runtime
  2. Microsoft Visual C++ Runtime Package

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".

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:

参考对话框

I should note that this is the same place where the SQLite reference is located.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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