Wonder if anyone faced same issue and some one have a solution for this.
Almost done with upgrading a CMS 6 R2 website to CMS 7, just one last issue. The website is using Multiplexing membership/role provider, in the admin mode, clicking on a SQL user, pops an yellow page with NullReferenceException. Stack trace as below.
No issue when click on a windows user and no issue when using only either SQL or windows role/membership providers.
[NullReferenceException: Object reference not set to an instance of an object.]
EPiServer.Security.ProviderFacade.GetDefaultRoleProviderName(String membershipProviderName) +136
EPiServer.UI.Edit.UserMembership.EnableFields() +453
EPiServer.UI.Edit.UserMembership.OnLoad(EventArgs e) +1168
System.Web.UI.Control.LoadRecursive() +70
System.Web.UI.Control.LoadRecursive() +189
System.Web.UI.Control.LoadRecursive() +189
System.Web.UI.Control.LoadRecursive() +189
System.Web.UI.Control.LoadRecursive() +189
System.Web.UI.Control.LoadRecursive() +189
System.Web.UI.Control.LoadRecursive() +189
System.Web.UI.Control.LoadRecursive() +189
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3177
Wonder if anyone faced same issue and some one have a solution for this.
Almost done with upgrading a CMS 6 R2 website to CMS 7, just one last issue. The website is using Multiplexing membership/role provider, in the admin mode, clicking on a SQL user, pops an yellow page with NullReferenceException. Stack trace as below.
No issue when click on a windows user and no issue when using only either SQL or windows role/membership providers.