我用Visual Studio創建2015年UWP項目,並從一個時刻到另一個我得到的,當我打開我的項目這個錯誤:的Visual Studio 2015年UWP錯誤:Microsoft.VCLibs找不到
The SDK "SQLite.UAP.2015, Version=3.9.2" depends on the following SDK(s) "Microsoft.VCLibs, version=14.0", which have not been added to the project or were not found. Please ensure that you add these dependencies to your project or you may experience runtime issues. You can add dependencies to your project through the Reference Manager.
在我項目我用
- SQLite.UAP從https://www.sqlite.org/download.html
- SQLite.Net-PCL從的NuGet
我更新了所有可能的「工具 - >擴展和更新」
我不改變任何特殊的代碼只有一些按鈕和文字。
我沒有找到解決這個問題的方法。
你解決了這個問題嗎?我面臨同樣的警告。 – alfah
當我向下滾動時,我發現錯誤列表中的錯誤。 (請參閱下面的答案)。這是代碼中的錯誤。 – Laire
@alfah我在添加對「Visual C++ 2015 Runtime ...」的引用時修復了此警告http://1drv.ms/1LlojMN –