[Mono-bugs] [Bug 664813] System.Web.Mvc.JsonResult.ExecuteResult no longer works, exception is thrown at System.Web.Script.Serialization.JavaScriptSerializer..ctor when application is compiled with dmcs (but still works with gmcs)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Jun 12 14:43:06 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=664813

https://bugzilla.novell.com/show_bug.cgi?id=664813#c5


--- Comment #5 from Marek Habersack <mhabersack at novell.com> 2011-06-12 20:43:05 CEST ---
(In reply to comment #4)
> System.Web.Extensions is not on the list of known assemblies. Someone may want
> to try this path:
> 
> --- a/mono/metadata/assembly.c
> +++ b/mono/metadata/assembly.c
> @@ -118,6 +118,7 @@ static const AssemblyVersionMap framework_assemblies [] = {
>         {"System.ServiceProcess", 0},
>         {"System.Transactions", 0},
>         {"System.Web", 0},
> +       {"System.Web.Extensions", 2},
>         {"System.Web.Abstractions", 2},
>         {"System.Web.Mobile", 0},
>         {"System.Web.Routing", 2},
This is not right. System.Web.Extensions is not an FX assembly - it must not be
remapped to any version other than requested by the application. Applying the
patch would break Telerik suite, for instance.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list