Visual Studio 2015 社区版

Visual Studio 2015 Community version

有问题。 我安装了 VS 2015 社区版。我想从另一台计算机打开该项目,但出现问题。

Error: 1. Could not find SDK "SQLite.WP81, Version=3.12.2".

Warnings: 1. The referenced component 'SQLite for Windows Phone 8.1' could not be found.
2. Warning IDE0006 Error encountered while loading the project. Some project features, such as full solution analysis for the failed project and projects that depend on it, have been disabled.

我应该怎么做才能在这台计算机上处​​理这个项目?如何下载缺少的 SDK?

P.s。我要处理 widnows Phone 应用程序。

谢谢帮助!

您的项目缺少 SQLite For Windows Phone 8.1 库。在此处 https://visualstudiogallery.msdn.microsoft.com/5d97faf6-39e3-4048-a0bc-adde2af75d1b 下载 SQLite.WP8.1 的更新版本。 安装它并重新启动 Visual Studio。 更多信息,包括完整的文档,可以在官方网站“http://www.sqlite.org/”上找到。