Access provider for Roles [modified]
-
Hi All, I am creating Admin page for my project(ASP.Net 3.5 with MS Access).I got Access provider for Membership and Roles. Membership is working well but for Roles it returns error message when run ASP.Net Website administration Tool and clicking the link "Use the security Setup Wizard to configure security step by step." Error: An error was encountered. Please return to the previous page and try again. The following message may help in diagnosing the problem: Object reference not set to an instance of an object. at System.Web.UI.WebControls.ListControl.PerformDataBinding(IEnumerable dataSource) at System.Web.UI.WebControls.ListControl.OnDataBinding(EventArgs e) at System.Web.UI.WebControls.ListControl.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at ASP.security_wizard_wizardpermission_ascx.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) can anyone guide how to solve this error?
modified on Thursday, January 1, 2009 11:39 PM