在Visual Studio 2012中,我安裝了慢速Cheetah 2.5.10版。在編譯使用慢速獵豹的應用,構建失敗,出現以下錯誤:緩慢的獵豹變換失敗
Error 1 The "SlowCheetah.Xdt.TransformXml" task could not be loaded from the assembly C:\Users\MyActiveDirectoryAccount\AppData\Local\Microsoft\MSBuild\SlowCheetah\v2.5.10\SlowCheetah.Xdt.dll. Could not load file or assembly 'file:///C:\Users\MyActiveDirectoryAccount\AppData\Local\Microsoft\MSBuild\SlowCheetah\v2.5.10\SlowCheetah.Xdt.dll' or one of its dependencies. The system cannot find the file specified. Confirm that the declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask. C:\Users\MyActiveDirectoryAccount\AppData\Local\Microsoft\MSBuild\SlowCheetah\v1\SlowCheetah.Transforms.targets
當導航到該目錄,我可以看到慢獵豹文件,但SlowCheetah.Xdt.dll文件丟失。
C:\用戶\ MyActiveDirectoryAccount \應用程序數據\本地\微軟\的MSBuild \ SlowCheetah \ v2.5.10 \
以分流這一點,我已經:
- 重新引導
- 取消安裝和重新安裝慢獵豹
- 清潔和重建
無固定的問題以上的。任何指導將不勝感激。謝謝!
看到這個問題http://stackoverflow.com/questions/19936476/the-slowcheetah-xdt-transformxml-task-could-not-be-loaded-from-the-assembly – Amitd