[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:29:02 EDT 2011


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

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


Robert Jordan <robertj at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |robertj at gmx.net

--- Comment #4 from Robert Jordan <robertj at gmx.net> 2011-06-12 18:29:00 UTC ---
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},

-- 
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