To use NUnit with Visual Studio 2010, follow these steps:
1. Make sure you have the latest version of NUnit installed
2. In Visual Studio, open up the nunit.exe.config file found at:
C:\Program Files\NUnit 2.x.x\bin\net-2.0\
3. Under the <configuration> element, add the following (make sure the version number is correct for your installation of VS 2010):
<startup>
<requiredRuntime version="v4.0.30319" />
</startup>
4. Under the <runtime> element, add the following:
<loadFromRemoteSources enabled="true" />
Best Regards,
Kevin McNeish
INETA Speaker
Chief Software Architect, MM .NET Application Framework
www.oakleafsd.com