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.
This is a bug in the IntegrationMembershipProvider and occurs when the community database does not contain the user that is being removed. A fix will be released in a hotfix for EPiServer Community 3.1 that should be available on EPiServer World this week.
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:
The user seems to be deleted correctly, however.
Any ideas?