NUnit isn't running VS10 code
Posted
by Ball
on Stack Overflow
See other posts from Stack Overflow
or by Ball
Published on 2009-05-30T19:46:46Z
Indexed on
2010/04/27
10:43 UTC
Read the original article
Hit count: 403
visual-studio-2010
|nunit
I'm trying to load a Visual Studio 2010 beta dll into the NUnit GUI. I get a popup error.
This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded. You may be attempting to load an assembly build with a leter version of the CLR than the version under which NUnit is currently running.
How do I force an executable to run under .NET 4 beta?
© Stack Overflow or respective owner