问题描述
我正在尝试在visual studio中查看覆盖率结果。导入覆盖结果后,当我展开覆盖结果树时,错误出现"代码覆盖率分析引发异常:图像文件(说)"c:\ temp \ test.dll"无法找到" ;。
,因为test.dll出现在同一位置。
I am trying to view the coverage results in visual studio. After importing the coverage result, when i expand the coverage result tree , the Error appears "Code coverage analysis threw exception (s) : Image file (say)"c:\temp\test.dll"could not be found". where as the test.dll is present at that same location.
任何人都可以帮我解决这个问题吗?
Can anyone help me in this issue ?
  ;
推荐答案
感谢您的主题!
您能否告诉我您是如何为您的程序集进行代码覆盖的?通过命令行或Visual Studio IDE?如果可能的话,请提前详细说明重现问题的步骤!
Can you please tell me how did you do code coverage for your assembly? Through command line or Visual Studio IDE? If possible, please provide a detail step to reproduce the issue, thanks in advance!
祝你好运
这篇关于代码覆盖率分析引擎抛出异常:无法找到图像文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!