[Mono-devel-list] [PATCH] Fix for runtime version selection and improved assembly remapping

Paolo Molaro lupus at ximian.com
Sun Feb 13 11:13:56 EST 2005


On 02/11/05 Lluis Sanchez wrote:
> > This patch fixes two issues. First of all, it fixes the bug #62913,
> > which is about selecting the correct runtime for an executable.
> > Right now, an executable compiled with .NET 2.0 or gmcs will try to run
> > using the mono 2.0 framework, even if this framework is not installed,
> > in which case it will crash. With the patch, mono checks that the
> > mscorlib for the requested framework version exists. If it does not, it
> > will fall-back to the next supported framework. This means that an

Looks fine, please commit.

lupus

-- 
-----------------------------------------------------------------
lupus at debian.org                                     debian/rules
lupus at ximian.com                             Monkeys do it better



More information about the Mono-devel-list mailing list