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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
