Skip to content

Commit

Permalink
[runtime] System.Web.Extensions must not be remapped to the current f…
Browse files Browse the repository at this point in the history
…ramework.

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.
  • Loading branch information
grendello committed Nov 3, 2010
1 parent 24643f5 commit 34537d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mono/metadata/assembly.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ static const AssemblyVersionMap framework_assemblies [] = {
{"System.ServiceProcess", 0},
{"System.Web", 0},
{"System.Web.Abstractions", 2},
{"System.Web.Extensions", 2},
{"System.Web.Mobile", 0},
{"System.Web.Routing", 2},
{"System.Web.Services", 0},
Expand Down

0 comments on commit 34537d7

Please sign in to comment.