Copied to clipboard

Flag this post as spam?

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


  • Adam Conde 12 posts 58 karma points
    Aug 21, 2009 @ 20:05
    Adam Conde
    0

    The parameter 'roleName' must not contain commas. Parameter name: roleName

    Problem just started occuring.  I login to the backend, go to Members, and click on any member.

    I get an asp.net error:

    Server Error in '/' Application.

    The parameter 'roleName' must not contain commas.
    Parameter name: roleName

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

    Exception Details: System.ArgumentException: The parameter 'roleName' must not contain commas.
    Parameter name: roleName

    Source Error: 

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

    Stack Trace: 

    [ArgumentException: The parameter 'roleName' must not contain commas.
    Parameter name: roleName]
    System.Web.Util.SecUtility.CheckParameter(String& param, Boolean checkForNull, Boolean checkIfEmpty, Boolean checkForCommas, Int32 maxSize, String paramName) +1976775
    System.Web.Security.Roles.IsUserInRole(String username, String roleName) +140
    umbraco.cms.presentation.members.EditMember.Page_Load(Object sender, EventArgs e) +1351
    System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
    System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
    System.Web.UI.Control.OnLoad(EventArgs e) +99
    umbraco.BasePages.BasePage.OnLoad(EventArgs e) +15
    System.Web.UI.Control.LoadRecursive() +50
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


    Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082
  • Adam Conde 12 posts 58 karma points
    Aug 21, 2009 @ 21:07
    Adam Conde
    1

    Problem was caused by a member group with a comma in its name.

Please Sign in or register to post replies

Write your reply to:

Draft