修复存储在SkyDrive中的项目 [英] Fixing Projects Stored in SkyDrive

查看:64
本文介绍了修复存储在SkyDrive中的项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Windows 8示例应用并将其存储在SkyDrive上,以便我可以远程访问源并随意将其拉下来。

I was working on a Windows 8 sample app and stored it on SkyDrive so I could access the source remotely and pull it down at will.

当我这样做时,尝试调试我收到以下错误:

When I did, and tried to debug I got the following error:

Error 1 Error : DEP1560 : Failed to read manifest file "C:\Users\{username redacted}\SkyDrive\Documents\visual studio 2012\Projects\WindowsBlogReader\WindowsBlogReader\bin\Debug\AppxManifest.xml". It may need to be regenerated. Could not find a part of the path 'C:\Users\{username redacted}\SkyDrive\Documents\visual studio 2012\Projects\WindowsBlogReader\WindowsBlogReader\bin\Debug\AppxManifest.xml'. WindowsBlogReader

这里的问题是它正在查找不同名称的Users文件夹。

The problem here is that it's looking in a Users folder of a different name.

那么怎么办?一个正确吗? 重新生成AppxManifest.xml是一个解决方案 - 但它似乎有点愚蠢,因为问题不在于文件不存在 - 问题是它正在查找文件的错误位置。

So how does one correct this?  Re-generating the AppxManifest.xml is one solution - but it seems kind of silly since the problem isn't that the file doesn't exist - the problem is that it's looking in the wrong place for the file.

我在解决方案中搜索了错误的用户名但无济于事。我也在解决方案和项目的属性中查找它。

I searched the solution for the wrong username to no avail. I also looked for it in the properties for the solution and project.

我还应该在哪里看看?

"我们"小孩子们一起在里面。" - Harry Tuttle,加热工程师

"We're all in it together, kid." - Harry Tuttle, Heating Engineer

推荐答案

尝试'清理'和'重建'解决方案。

Try to 'Clean' and 'Rebuild' the solution.

我的所有项目都在SkyDrive文件夹中,我从未遇到过这样的问题。

I have all my projects inside the SkyDrive folder and I have never had such an issue.

如果这不起作用,请尝试卸载/重新加载项目,或删除/添加到解决方案。

If that doesn't work, try to unload/reload the project, or remove/add it to the solution.

这篇关于修复存储在SkyDrive中的项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆