Hi guys,
I had done the installation for the bugnet and completed.
I manage to login but when i create new projects or users it show error message
Application Error - /bugnet/Administration/Projects/AddProject
Application Error - /bugnet/Administration/Users/UserList
I had attach the pictures
and below is the error code from the log file
> System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.ArgumentException: Item has already been added. Key in dictionary: 'Admin' Key being added: 'Admin'
at System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add)
at System.Web.Security.MembershipUserCollection.Add(MembershipUser user)
at System.Web.Providers.DefaultMembershipProvider.FindUsersByName(String usernameToMatch, Int32 pageIndex, Int32 pageSize, Int32& totalRecords)
at BugNET.Providers.MembershipProviders.ExtendedSqlMembershipProvider.FindUsersByName(String usernameToMatch, Int32 pageIndex, Int32 pageSize, Int32& totalRecords)
at System.Web.Security.Membership.FindUsersByName(String usernameToMatch)
at BugNET.BLL.UserManager.FindUsersByName(String userNameToMatch)
at BugNET.Administration.Users.UserList.BindData(String filter)
at BugNET.UserInterfaceLayer.BasePage.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
anyone can help me??
Comments: There are a lot of bug fixes in this release. I couldn't reproduce this one though.
I had done the installation for the bugnet and completed.
I manage to login but when i create new projects or users it show error message
Application Error - /bugnet/Administration/Projects/AddProject
Application Error - /bugnet/Administration/Users/UserList
I had attach the pictures
and below is the error code from the log file
> System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.ArgumentException: Item has already been added. Key in dictionary: 'Admin' Key being added: 'Admin'
at System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add)
at System.Web.Security.MembershipUserCollection.Add(MembershipUser user)
at System.Web.Providers.DefaultMembershipProvider.FindUsersByName(String usernameToMatch, Int32 pageIndex, Int32 pageSize, Int32& totalRecords)
at BugNET.Providers.MembershipProviders.ExtendedSqlMembershipProvider.FindUsersByName(String usernameToMatch, Int32 pageIndex, Int32 pageSize, Int32& totalRecords)
at System.Web.Security.Membership.FindUsersByName(String usernameToMatch)
at BugNET.BLL.UserManager.FindUsersByName(String userNameToMatch)
at BugNET.Administration.Users.UserList.BindData(String filter)
at BugNET.UserInterfaceLayer.BasePage.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
anyone can help me??
Comments: There are a lot of bug fixes in this release. I couldn't reproduce this one though.