Visual Studios Team System 2008 Code Coverage Window Closes

Posted by ThoughtCrhyme on Stack Overflow See other posts from Stack Overflow or by ThoughtCrhyme
Published on 2010-06-07T20:58:46Z Indexed on 2010/06/07 21:02 UTC
Read the original article Hit count: 262

Trying to run the code coverage tool in Visual Studios for a set of unit tests. Adam from Think First, Code Later has had the same problem:

I wanted to get the code coverage metrics for the project. Naturally, I fire up the solution in Visual Studio 2008, go to the Test menu, click Edit Test Run Configurations, and click Local Test Run. I then click Code Coverage to turn on code coverage for a given assembly and POOF the Local Test Run Configraution window just disappears.

He recommends installing this hotfix to fix the problem, however a) when I run that hotfix I get the message “None of the products that are addressed by this software update are installed on this computer. Click Cancel to exit setup.” and b) there is no Silverlight in our solution.

Any other ideas for a fix?

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about unit-testing