在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.在我的文件系统中,该文件已deff丢失。我只在Blend\WindowsPhone文件夹下获得了"v7.0“。我曾尝试重新安装Windows Phone 7.1 SDK RC版本,但没有成功。
有没有其他人遇到过这个问题,或者得到了如何解决它的提示?
发布于 2011-09-13 17:32:49
看起来你的安装可能有问题。我已经安装了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发布于 2011-09-13 17:05:08
我在运行Mango的机器上也没有上面提到的目录,但我可以成功地构建和运行Mango项目。
检查项目文件的imports部分,看看它在寻找什么。
https://stackoverflow.com/questions/7398886
复制相似问题