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.
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.
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.Parameter name: roleName
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:
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082
Problem was caused by a member group with a comma in its name.
is working on a reply...