NUnit and Visual Studio 2005 Beta 2
Thursday, August 11th, 2005I was struggling to get NUnit 2.2 to work with a VS2005 Beta 2 project. I kept getting a BadImageFormatException when I tried to launch NUnit-GUI.exe.
The solution was to add the following line to the <startup> tag of nunit-gui.exe.config (and nunit-console.exe.config if you are using it from the command line):
<supportedRuntime version=”v2.0.50215” />
EDIT: For the final […]
