Microsoft.Expression.Blend.WindowsPhone.targets 丢失
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看来你的安装可能有问题。我安装了 Mango RC,并且该目录中有三个文件:
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:
我运行 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.