我下载了一个MS教程文件,它是Blend 3,并将其更新为4;得到如下所示的错误。它似乎与我不关心的语言资源有关,也不知道如何删除。其他Blend 4项目运行良好。
有没有人能给出一个解决办法?
干杯
c:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(3001,9): error MSB3021:
Unable to copy file "c:\Program Files (x86)\Microsoft SDKs\Expression\Blend\Silverlight\v4.0\Prototyping\Libraries
\de\Microsoft.Expression.Prototyping.Runtime.resources.dll"
to "..\Bin\Debug\de\Microsoft.Expression.Prototyping.Runtime.resources.dll".
The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters,
and the directory name must be less than 248 characters.发布于 2013-04-18 04:25:31
当我将文件(示例项目)解压缩到Desktop或My Documents文件夹时,会遇到此类问题。我建议将整个项目文件夹移动到C:\并运行。这通常会修复与该错误相关的问题
https://stackoverflow.com/questions/16068613
复制相似问题