[Mono-list] mscorlib
Robert Jordan
robertj at gmx.net
Tue Dec 8 13:49:26 EST 2009
BERTRAND Joël wrote:
> I don't understand why gacutil returns Version=2.0.0.0 when I try to
> add 1.0.5000. Any idea ?
mscorlib is never loaded from GAC. It's always loaded from lib/mono/x.x/
directly. If you want to force an application to run on a specific
runtime version, you may want to try out mono's --runtime=version
switch. To run on 1.1, apply --runtime=v1.1.4322.
Robert
More information about the Mono-list
mailing list