Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Nicolas 3 posts 23 karma points
    Jan 10, 2012 @ 12:20
    Nicolas
    0

    WebMatrix - IISExpress - Umbraco - System.Web.Util.AppSettings.get_MaxJsonDeserializerMembers

    Hi,

    I installed Umbraco via WebMatrix in Win 7/.net 4 but I have a problem in the admin page. I got an error 500 on the Ajax call: http://localhost:54003/umbraco/webservices/TreeClientService.asmx/GetInitAppTreeData.

    I have this error message:

    "Message":"Method not found:  Int32 System.Web.Util.AppSettings.get_MaxJsonDeserializerMembers()\u0027.","StackTrace":"   at System.Web.Script.Serialization.JavaScriptObjectDeserializer.ThrowIfMaxJsonDeserializerMembersExceeded(Int32 count) at System.Web.Script.Serialization.JavaScriptObjectDeserializer.DeserializeDictionary(Int32 depth) at System.Web.Script.Serialization.JavaScriptObjectDeserializer.DeserializeInternal(Int32 depth) at System.Web.Script.Serialization.JavaScriptObjectDeserializer.BasicDeserialize

    I tried to modify the web.config by adding    

    <add key="aspnet:MaxJsonDeserializerMembers" value="2000000"/>
     <add key="aspnet:MaxHttpCollectionKeys" value="2000000" />

    but it still doesn't work...

    I don't know what to do.... please, help :)

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies