I have a simple ASP.Net MVC 4 application with 3 simple tests.
Each of these tests run successfully to completion, however the Code Coverage window gives me the following error:
Empty results generated: No binaries were instrumented. Make sure the tests ran, required binaries were loaded, had matching symbol files, and were not excluded through custom settings. For more information see http://go.microsoft.com/fwlink/?LinkID=253731
I have done some research but nothing has resolved my problem to date.
- I know the tests run
- I have .pdb files in the same location as my .dll
- I am not optimsing by code
- I cannot find any .testsettings file
- I Have also run my VS 2012 Ultimate as Administrator, but no luck.
If I find the .coverage file, all it has in it is:
PCH?
Not the xmls results or error message I am expecting.
See Question&Answers more detail:os