Visual Studio 2010 Code Coverage - Cannot find the back up file, created by instrumentation utility
Posted
by gregg64
on Stack Overflow
See other posts from Stack Overflow
or by gregg64
Published on 2010-05-25T23:37:04Z
Indexed on
2010/05/25
23:41 UTC
Read the original article
Hit count: 258
I am trying to run code coverage in VS 2010 and I am running into the following error. No coverage information is generated.
Code coverage in-place instrumentation: Cannot fully backup the binary 'MyProject.dll'. Cannot find the back up file, created by instrumentation utility: 'MyProject.dll.orig'.
© Stack Overflow or respective owner