Code run code analysis with VS 2012 exception exception

I unexpectedly started getting the following exception while I try to start code coverage in VS 2012:

Exception fixed: code coverage analysis engine threw an exception (exceptions): Coverage file "........ coverage" is invalid or damaged

Any solution / workaround would be helpful.

+1
source share
2 answers

I saw this error in VS2010, and it is disappointing, to say the least. The error is likely related to one or more assemblies that do not get the "correct". From the memory that I remember, it can be solved by selecting "test assemblies in place" in the test settings.

" ", , Visual Studio , TestRun IL , , IL . " " ".instr", , . , , (, ), ".instr" . , IDE , - .

AFAIK, .

+1

VS 2012 Premium. , VS Update 1 .

0

All Articles