Visual Studio 2010 Code Coverage - Cannot Find Backup File Created Using Tool Utility

I am trying to start code coverage in VS 2010 and I encountered the following error. Coverage information is not generated.

Code coverage toolkit: Unable to fully back up "MyProject.dll". Cannot find the backup file created using the tool utility: "MyProject.dll.orig".

+5
source share
2 answers

Check which artifacts are selected to cover the code for your test run configuration - this is pretty well hidden:

  • :
  • " ",

enter image description here

  • . MyProject.dll, : dll? ? ? - , ?
+4

SP msdn, , - , . ?

0

All Articles