This is what I\'m getting when I build my Test project:
With th
Found a correlation:
When NuGet auto-pull is enabled, I run into this issue on VS 11 after about ~15 builds. Deleting the Packages folder and forcing a re-pull of dependencies on build corrects.
I also noticed that if I manually purge the obj/bin folders in the solution root, the solution is corrected.
Therefore, I am thinking this sounds like the Test Suite is not updating cached dlls with that of the current solution configuration. As we edit, the dlls are getting out of sync and thus causing the unit test fixture to fail to initiate.
Hope this helps.