Hi everyone,
A couple of days, I've tried to understand because my application is blank page when reaching out ~98-100% of memory on server. I would like if anyone knows why this happens and how long a page come back to the normal? Or If can I fix it?
The high memory is due to load test on system to identify some bottleneck on my app.
In the server logs, it showed the following message, when we tried to access the page again.
«Exception of type 'System.Web.HttpUnhandledException' was thrown.»
«The resource class for this page was not found. Please check if the resource file exists and try again.»
The folders app_global_resources and app_local_resources are available on the server.
Stack:
The resource class for this page was not found. Please check if the resource file exists and try again.
Type : InvalidOperationException
Stack:
at System.Web.Compilation.LocalResXResourceProvider.CreateResourceManager()
at System.Web.Compilation.BaseResXResourceProvider.GetObject(String resourceKey, CultureInfo culture)
at System.Web.Compilation.ResourceExpressionBuilder.GetResourceObject(IResourceProvider resourceProvider, String resourceKey, CultureInfo culture, Type objType, String propName)
at System.Web.UI.TemplateControl.GetLocalResourceObject(String resourceKey)
at ASP.usercontrols_home_dashboardnewsgrid_ascx.__BuildControl__control3() in e:\SATS\VWCZ_Windows\UserControls\Home\DashboardNewsGrid.ascx:line 19
at ASP.usercontrols_home_dashboardnewsgrid_ascx.__BuildControl__control2(DataControlFieldCollection __ctrl) in e:\SATS\VWCZ_Windows\UserControls\Home\DashboardNewsGrid.ascx:line 3
at ASP.usercontrols_home_dashboardnewsgrid_ascx.__BuildControlGVNews() in e:\SATS\VWCZ_Windows\UserControls\Home\DashboardNewsGrid.ascx:line 3
at ASP.usercontrols_home_dashboardnewsgrid_ascx.__BuildControlTree(usercontrols_home_dashboardnewsgrid_ascx __ctrl) in e:\SATS\VWCZ_Windows\UserControls\Home\DashboardNewsGrid.ascx:line 1
at ASP.usercontrols_home_dashboardnewsgrid_ascx.FrameworkInitialize() in c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\vwcz_windows\b2e91582\f716d91b\App_Web_dashboardnewsgrid.ascx.7d79f1e8.dyryctg_.0.cs:line 0
at ASP.home_aspx.__BuildControlUCDashboardNewsGrid() in e:\SATS\VWCZ_Windows\Home.aspx:line 24
at ASP.home_aspx.__BuildControlCViewFormDetail(Control __ctrl) in e:\SATS\VWCZ_Windows\Home.aspx:line 13
at System.Web.UI.MasterPage.InstantiateInContentPlaceHolder(Control contentPlaceHolder, ITemplate template)
at ASP.navigationbase_master.__BuildControlCPHMainContent() in e:\SATS\VWCZ_Windows\NavigationBase.Master:line 89
at ASP.navigationbase_master.__BuildControl__control19(Control __ctrl) in e:\SATS\VWCZ_Windows\NavigationBase.Master:line 87
at System.Web.UI.UpdatePanel.CreateContents()
at System.Web.UI.UpdatePanel.set_ContentTemplate(ITemplate value)
at ASP.navigationbase_master.__BuildControlUPContentData() in e:\SATS\VWCZ_Windows\NavigationBase.Master:line 87
at ASP.navigationbase_master.__BuildControlPContent() in e:\SATS\VWCZ_Windows\NavigationBase.Master:line 86
at ASP.navigationbase_master.__BuildControlPStage() in e:\SATS\VWCZ_Windows\NavigationBase.Master:line 20
at ASP.navigationbase_master.__BuildControlPPageBody() in e:\SATS\VWCZ_Windows\NavigationBase.Master:line 19
at ASP.navigationbase_master.__BuildControlCPageBaseContent(Control __ctrl) in e:\SATS\VWCZ_Windows\NavigationBase.Master:line 15
at System.Web.UI.MasterPage.InstantiateInContentPlaceHolder(Control contentPlaceHolder, ITemplate template)
at ASP.__base_master.__BuildControlCPHPageBaseContent() in e:\SATS\VWCZ_Windows\__Base.Master:line 286
at ASP.__base_master.__BuildControlform1() in e:\SATS\VWCZ_Windows\__Base.Master:line 45
at ASP.__base_master.__BuildControlTagBODY() in e:\SATS\VWCZ_Windows\__Base.Master:line 32
at ASP.__base_master.__BuildControlTagHTML() in e:\SATS\VWCZ_Windows\__Base.Master:line 12
at ASP.__base_master.__BuildControlTree(__base_master __ctrl) in e:\SATS\VWCZ_Windows\__Base.Master:line 1
at ASP.__base_master.FrameworkInitialize() in c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\vwcz_windows\b2e91582\f716d91b\App_Web___base.master.cdcab7d2.3ugdcylh.0.cs:line 0
at System.Web.UI.MasterPage.CreateMaster(TemplateControl owner, HttpContext context, VirtualPath masterPageFile, IDictionary contentTemplateCollection)
at System.Web.UI.MasterPage.get_Master()
at System.Web.UI.MasterPage.ApplyMasterRecursive(MasterPage master, IList appliedMasterFilePaths)
at System.Web.UI.Page.ApplyMasterPage()
at System.Web.UI.Page.PerformPreInit()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Thanks in advance.