[runtime] System.Web.Extensions must not be remapped to the current framework.
authorMarek Habersack <grendel@twistedcode.net>
Wed, 3 Nov 2010 02:08:58 +0000 (03:08 +0100)
committerMarek Habersack <grendel@twistedcode.net>
Wed, 3 Nov 2010 02:21:02 +0000 (03:21 +0100)
commit34537d734be155b3cb7b05c50ac3e6a39274a9f9
tree4023c18cf41290abf7104241924e1689cb27b9ae
parent24643f58d0c5fe332d0c4418cee672099e8dbf08
[runtime] System.Web.Extensions must not be remapped to the current framework.

The reason for this is applications which still use Sys.Web.Ext 1.0* (note: 1.0 does NOT
mean the assembly is for the 1.x runtime - it's for 2.0). Remapping would cause 1.0* not
to be loaded, instead a 3.5 or 4.0 assembly would be fetched.
mono/metadata/assembly.c