Vincent Leung .NET Tech Clips

The latest tech clips from the .NET community

Running NUnit 2.5 against Visual Studio 2010 .Net 4 code

 

I discovered that if you add the following to the relevant NUnit config file you can run a test dll built for .NET 4.0 in Visual Studio 2010 beta

Under <configuration> add:

<startup>
  <requiredRuntime version="v4.0.20506" />
</startup>

and under <runtime> add:

<loadFromRemoteSources enabled="true" />

June 18, 2009 Posted by | NUnit, TDD, VS2010 | 10 Comments

   

Follow

Get every new post delivered to your Inbox.