I get this exception in many places. For one, I tried to change the admin password and I get this error.
--
2010-02-17 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)