I am trying to run code coverage on my blocks of code using test that I have written. Before it was working fine but now I get the 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 cannot seem to figure out how to solve this. Looking around I see that many people have tried going to their project root directory and deleting the .suo (solution user options) file there, but that did not solve my problem.
I am using VS 2013 Ultimate