Open GoogleCodeExporter opened 8 years ago
I'm having the same problem. VS2010 builds all test projects against CLR but
the test runners are executing under CLR 2. I worked around the problem by
adding the following to all of the Gallio.Host.*.exe.config files:
<startup>
<requiredRuntime version="v4.0.30319" />
</startup>
There is a comment in the config files that states that in order to select the
runtime version for the host process, the COMPLUS_Version environment variable
is set (presumably by Icarus, matching the version of the framework required by
the test assemblies). If this is the case, this functionality is probably
broken.
Original comment by sieg...@gmail.com
on 22 Jul 2010 at 7:18
I should add I am using Gallio 3.2 build 517, with Windows 7 x64.
Original comment by sieg...@gmail.com
on 22 Jul 2010 at 9:36
Please try to delete the "startup/supportedRuntime" element from the
"app.config" file of your test project.
Original comment by Yann.Tre...@gmail.com
on 14 Oct 2010 at 1:40
Original comment by Yann.Tre...@gmail.com
on 14 Jun 2011 at 5:53
Original issue reported on code.google.com by
thomas.b...@gmail.com
on 10 May 2010 at 12:32