Microsoft.Expression.Blend.WindowsPhone.targets 丢失

发布于 2024-12-04 10:14:00 字数 503 浏览 2 评论 0原文

我在 Visual Studio 中打开某些 Windows Phone Mango RC 项目时遇到问题。我收到的错误消息是:

The imported project "C:\Program Files (x86)\MSBuild\Microsoft\Expression\
Blend\WindowsPhone\v7.1\Microsoft.Expression.Blend.WindowsPhone.targets" 
was not found. Confirm that the path in the <Import> declaration is correct, 
and that the file exists on disk.

在我的文件系统中查找该文件确实丢失了。我只在 Blend\WindowsPhone 文件夹下找到“v7.0”。我尝试重新安装 Windows Phone 7.1 SDK RC 版本,但没有成功。

其他人遇到过这个问题或获得了如何解决它的提示吗?

I'm having troubles opening some Windows Phone Mango RC projects in Visual Studio. The error message I get is:

The imported project "C:\Program Files (x86)\MSBuild\Microsoft\Expression\
Blend\WindowsPhone\v7.1\Microsoft.Expression.Blend.WindowsPhone.targets" 
was not found. Confirm that the path in the <Import> declaration is correct, 
and that the file exists on disk.

Looking in my file system that file is deff missing. I only got "v7.0" under the Blend\WindowsPhone folder. I have tried re-installing the Windows Phone 7.1 SDK RC release, but with no luck.

Anyone else ran into this issue or got tips on how to solve it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

通知家属抬走 2024-12-11 10:14:00

看来你的安装可能有问题。我安装了 Mango RC,并且该目录中有三个文件:

 Directory of C:\Program Files (x86)\MSBuild\Microsoft\Expression\Blend\WindowsPhone\v7.1

18/01/2011  00:03               521 Microsoft.Expression.Blend.WindowsPhone.targets
01/07/2011  04:43            44,544 SubsetFontTask.dll
18/01/2011  00:03             1,410 SubsetFontWindowsPhone.targets

It looks like it might be a problem with your installation. I have the Mango RC installed and I have three files in that directory:

 Directory of C:\Program Files (x86)\MSBuild\Microsoft\Expression\Blend\WindowsPhone\v7.1

18/01/2011  00:03               521 Microsoft.Expression.Blend.WindowsPhone.targets
01/07/2011  04:43            44,544 SubsetFontTask.dll
18/01/2011  00:03             1,410 SubsetFontWindowsPhone.targets
肥爪爪 2024-12-11 10:14:00

我运行 Mango 的机器上也没有上述目录,但我可以成功构建和运行 Mango 项目。

检查项目文件的导入部分以查看其正在查找的内容。

I don't have the above mentioned directory on my machien running Mango either but I can successfully build and run Mango projects.

Check the imports section of the project file to see what it's looking for.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文