When i will edit a security rule inside a project (Admin/Security Roles) there is a NullReferenceException.
[NullReferenceException: Object reference not set to an instance of an object.]
BugNET.Administration.Projects.UserControls.ProjectRoles.BindRoleDetails(Int32 roleId) +1769
BugNET.Administration.Projects.UserControls.ProjectRoles.gvRoles_RowCommand(Object sender, GridViewCommandEventArgs e) +56
System.Web.UI.WebControls.GridView.OnRowCommand(GridViewCommandEventArgs e) +111
System.Web.UI.WebControls.GridView.HandleEvent(EventArgs e, Boolean causesValidation, String validationGroup) +73
System.Web.UI.WebControls.GridView.OnBubbleEvent(Object source, EventArgs e) +89
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +37
System.Web.UI.WebControls.GridViewRow.OnBubbleEvent(Object source, EventArgs e) +88
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +37
System.Web.UI.WebControls.ImageButton.OnCommand(CommandEventArgs e) +121
System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +180
System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +35
System.Web.UI.<ProcessRequestMainAsync>d__14.MoveNext() +5226
Comments: I will look into this ASAP, I can reproduce on the demo.
[NullReferenceException: Object reference not set to an instance of an object.]
BugNET.Administration.Projects.UserControls.ProjectRoles.BindRoleDetails(Int32 roleId) +1769
BugNET.Administration.Projects.UserControls.ProjectRoles.gvRoles_RowCommand(Object sender, GridViewCommandEventArgs e) +56
System.Web.UI.WebControls.GridView.OnRowCommand(GridViewCommandEventArgs e) +111
System.Web.UI.WebControls.GridView.HandleEvent(EventArgs e, Boolean causesValidation, String validationGroup) +73
System.Web.UI.WebControls.GridView.OnBubbleEvent(Object source, EventArgs e) +89
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +37
System.Web.UI.WebControls.GridViewRow.OnBubbleEvent(Object source, EventArgs e) +88
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +37
System.Web.UI.WebControls.ImageButton.OnCommand(CommandEventArgs e) +121
System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +180
System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +35
System.Web.UI.<ProcessRequestMainAsync>d__14.MoveNext() +5226
Comments: I will look into this ASAP, I can reproduce on the demo.