Hi
I have upgraded a local install, to 9.13.10 and the usermanagement tab is wierdly completely empty. If I select "change password" through the upper right short cut, I instead get the following error:
[IndexOutOfRangeException: AccessUserTreeSection] System.Data.ProviderBase.FieldNameLookup.GetOrdinal(String fieldName) +205 System.Data.SqlClient.SqlDataReader.GetOrdinal(String name) +138 System.Data.SqlClient.SqlDataReader.get_Item(String name) +21 Dynamicweb.Security.UserManagement.GroupRepository.Fill(Group group, IDataReader reader) +1421 Dynamicweb.Security.UserManagement.GroupRepository.GetGroups() +254 Dynamicweb.Security.UserManagement.Group.get_AllGroups() +174 Dynamicweb.Admin.UserManagement.EditUser.Page_Load(Object sender, EventArgs e) +339 System.Web.UI.Control.OnLoad(EventArgs e) +99 System.Web.UI.Control.LoadRecursive() +154 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4082
The solution is using custom user and group types, though I don't know if that has any effect on this problem.
I also tried upgrading the Dynamiweb.Security to 12.5.0 but also no effect here.
- Anyone know what this relates to and how to fix it?