[Mono-dev] Running under the Mono 2.0 Profile

Charlie Poole charlie at nunit.com
Sun Nov 26 14:59:27 EST 2006


Hi All,

At the Mono meeting, we discussed the need for a way to run code
under the 2.0 profile for testing purposes, even if it was built
with the 1.0 profile.

Has anything happened on this?

Possible options:
1) A switch on mono.exe
2) Use of an environment variable
3) ???

Microsoft allows selection of a non-default runtime version by
use of the COMPLUS_VERSION environment variable. For example,
setting it to v2.0.50727 will cause that version of the CLR
to be used, if it is present.

It would be great for me if such an option could be made available
for the NUnit 2.4 release, so that I could install menu items
for "Run under Mono 1.0 Profile" and "Run under Mono 2.0 Profile"

Charlie






More information about the Mono-devel-list mailing list