在我的解决方案中的两个项目中安装了Slow Cheeath (v.2.5.10.3)后,我收到以下错误:
"The "SlowCheetah.Xdt.TransformXml" task could not be loaded from the assembly C:\Users
\User\AppData\Local\Microsoft\MSBuild\SlowCheetah\v2.5.10.2\SlowCheetah.Xdt.dll. Could
not load file or assembly 'file:///C:\Users\User\AppData\Local\Microsoft\MSBuild
\SlowCheetah\v2.5.10.2\SlowCheetah.Xdt.dll' or one of its dependencies. The system cannot
find the file specified. Confirm that the <UsingTask> 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. ISA.IMPD.FalseAlarm.Web.Portal"我已经完全删除了这两个项目(以及慢猎豹),重新安装了这两个项目(以及慢猎豹),并重新构建了解决方案,但无济于事。有没有人可以帮助解决这种类型的错误?
发布于 2013-11-20 05:05:46
在我的例子中,错误发生在编译web项目时。文件夹
%userprofile%\AppData\Local\Microsoft\MSBuild\SlowCheetah\v2.5.10.2是空的。所有的SlowCheetah组件都在SlowCheetah\v1文件夹中。我已经将V1文件夹中的所有文件复制到v2.5.10.2中,并且一切编译和转换都很好。要编译非web项目,我还必须删除V1文件夹,这是web在此帖子中提出的建议。
这是一个全新的SlowCheetah扩展安装,我根本没想到v1文件夹会存在。我相信这是Visual Studio 2012的扩展安装中的一个错误。
发布于 2013-11-13 03:55:26
删除
AppData\Local\Microsoft\MSBuild\SlowCheetah\v1 发布于 2013-11-13 23:14:59
我似乎找到了解决这个问题的办法。
下面是我所做的:
Slow Cheetah您需要关闭
https://stackoverflow.com/questions/19936476
复制相似问题