I am trying to run some unit tests in a C# Windows Forms application (Visual Studio 2005), and I get the following error:
System.IO.FileLoadException: Co
I am going to blow everyone's mind right now . . .
Delete all the references from your .config file, and then run this command from the NuGet Package Manager console:
Get-Project -All | Add-BindingRedirect