引用缺少的路径 - Visual Studio 2012

时间:2013-07-28 08:35:59

标签: visual-studio-2012 windows-8

我使用Visual Studio 2012 for Windows Store App制作了一个应用程序。我想使用Sqlite并已经下载了SDK。在我添加到Reference之后会出现警告并且路径丢失。

Missing reference path

enter image description here

enter image description here

我尝试下载sqlite的示例项目,当我检查引用时,可以使用属性的完整路径。

enter image description here

enter image description here

enter image description here

问题是,如何手动设置参考路径?

2 个答案:

答案 0 :(得分:1)

我遇到了问题:

当我创建新项目时,调试配置设置为“Any CPU”。 enter image description here

SDK适用于x86,当我将配置从“任何CPU”更改为“x86”时,它会自动解决丢失的路径。

答案 1 :(得分:0)

无法编辑现有参考。你必须将它重新添加到文件夹,从而删除不正确的引用。

您可以添加对库的新引用。只需右键单击“参考”文件夹,选择“添加参考”。出现一个新窗口。然后使用“浏览”部分。不要忘记确保在运行/调试库时复制库。 (在发布应用程序时提供不缺少的库)。