London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Seems like the EPi Web Form HTML-encodes the string and therefore the provider can't find the role to delete in a upgraded site.
Is there a configuration I can change or is it a bug?
System.Configuration.Provider.ProviderException
The role 'omoss-HUVUDREDAKTÖR' was not found.
Stacktrace:
at System.Web.Security.SqlRoleProvider.GetUsersInRole(String roleName)
at System.Web.Security.Roles.GetUsersInRole(String roleName)
at EPiServer.UI.Admin.DeleteMembershipDialog.DeleteUser_Click(Object sender, EventArgs e)
at EPiServer.UI.WebControls.ToolButton.OnClick(EventArgs e)
at EPiServer.UI.WebControls.ToolButton.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)