Connected to issue Unable to find a default resource for UpdateUserError...
The error is trying to edit ANY user. This is one of the most frustrating errors I am facing at the moment. When I set up a user, they all want to change passwords and not use some odd automatically generated password that they cannot remember. Therefore, no one is coming into the support area to post or check issues any more. Not good.
Are there any solutions/updates that we can apply to get around this??
I get this exception in many places. The following is copied while I tried to change the admin password:
--
2010-03-16 17:57:42,656 [5] ERROR BugNET.Global [(null)] - Application Error
System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.InvalidOperationException: Unable to find a default resource for UpdateUserError.
at BugNET.Providers.ResourceProviders.StringResourcesDALC.GetResourceByCultureAndKeyInternal(CultureInfo culture, String resourceKey)
at BugNET.Providers.ResourceProviders.StringResourcesDALC.GetResourceByCultureAndKeyInternal(CultureInfo culture, String resourceKey)
at BugNET.Providers.ResourceProviders.StringResourcesDALC.GetResourceByCultureAndKey(CultureInfo culture, String resourceKey)
at BugNET.Providers.ResourceProviders.DBResourceProvider.GetObject(String resourceKey, CultureInfo culture)
at System.Web.Compilation.ResourceExpressionBuilder.GetResourceObject(IResourceProvider resourceProvider, String resourceKey, CultureInfo culture, Type objType, String propName)
at System.Web.Compilation.ResourceExpressionBuilder.GetGlobalResourceObject(String classKey, String resourceKey, Type objType, String propName, CultureInfo culture)
at System.Web.HttpContext.GetGlobalResourceObject(String classKey, String resourceKey)
at BugNET.BusinessLogicLayer.Logging.GetErrorMessageResource(String key)
at BugNET.Administration.Users.UserControls.Membership.cmdUpdate_Click(Object sender, EventArgs e)
at System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e)
at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument)
at System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
--- End of inner exception stack trace ---
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.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.administration_users_manageuser_aspx.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)