NUnit 2.1 and VS.NET 2005 CTP
Posted April 22nd, 2004 by Matt Berther
I was really pleased to find that getting NUnit 2.1 to work with the VS.NET 2005 March CTP is really quite trivial.
In Program Files\NUnit v2.1\bin, open nunit-console.exe.config and nunit-gui.exe.config and add the following line to the startup section, directly below the requiredRuntime.
Restart NUnit, and it runs just fine with VS.NET 2005 and you can test code compiled under VS.NET 2005.


