加载Microsoft.VisualStudio.Coverage.Analysis时出现msbuild任务错误

时间:2010-07-01 21:18:37

标签: msbuild msbuild-task

我编写了一个用于分析代码覆盖率结果的自定义任务。在构建整个解决方案时,我收到以下错误。

error MSB4018: System.IO.FileNotFoundException: Could not load file or 
assembly 'Microsoft.VisualStudio.Coverage.Analysis, Version=9.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find 
the file specified.

我检查了构建过程中指定的路径,并且dll位置正确。然而,我得到一个FileNotFoundException 我错过了什么吗? 感谢...

2 个答案:

答案 0 :(得分:0)

这可能听起来像是一个愚蠢的建议,但您是否检查过您正在运行Visual Studio 200X Command Prompt而不是Visual Studio 200X x64 Cross Tools Command Prompt

答案 1 :(得分:0)

我设法解决了这个问题。我不得不使用gacutil.exe将程序集添加到GAC。一旦添加了组件,错误就消失了。