2013-04-17 163 views
0

我下載了一個混合3的MS教程文件並將其更新爲4;得到如下的錯誤。這似乎與我不關心的語言資源有關,並且看不到如何刪除。其他Blend 4項目工作正常。構建Blend解決方案的錯誤

任何人都可以提出修復方案嗎?

乾杯

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. 

回答

3

我得到這些類型的問題,當我解壓文件(樣品PROJ)到桌面或者我的文檔文件夾中。我建議將整個項目文件夾移到C:\然後運行。這通常會修復我的問題相關的錯誤

+0

既不優雅也不方便,但它的作品! – Berryl