Kevin McNeish Blog

All things iOS, Kindle and .NET

Recent Posts

Tags

News

  • First books in my new book series, "iOS App Development for Non-Programmers" are now available! iBookStore: http://itunes.apple.com/us/book/book-1-diving-in-ios-app-development/id558788074?mt=11 Amazon: http://www.amazon.com/dp/B0097N8XBE Amazon: http://www.amazon.com/dp/B0099RQGMQ

Community

Email Notifications

Archives

April 2010 - Posts

Using NUnit in Visual Studio 2010

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