Hi
I have EPiMail installed on an EPiServer CMS 5 SP2 installation, and the StarSuite membership provider configured in web.config.
I have noticed a problem when deleting users - I get the following error:
Value cannot be null.
Parameter name: user
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.ArgumentNullException: Value cannot be null.
Parameter name: user
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: [ArgumentNullException: Value cannot be null. Parameter name: user] StarSuite.Security.Internal.SecurityHandler.RemoveUser(IUser user, Boolean permanent) +149 StarSuite.Core.Web.Authorization.IntegrationMembershipProvider.DeleteUser(String username, Boolean deleteAllRelatedData) +88 System.Web.Security.Membership.DeleteUser(String username) +74 EPiServer.UI.Admin.DeleteMembershipDialog.DeleteUser_Click(Object sender, EventArgs e) +533 EPiServer.UI.WebControls.ToolButton.OnClick(EventArgs e) +101 EPiServer.UI.WebControls.ToolButton.RaisePostBackEvent(String eventArgument) +132 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1746 |
The user seems to be deleted correctly, however.
Any ideas?