This happened to me in VS 2012, the problem is that I had 2 unit test projects linking to different versions of the assembly "Microsoft.VisualStudio.QualityTools.UnitTestFramework"
I saw a problem when compiling the solution in the output window from the test section:
------ Open the test test ------
the index was outside the array
source share