Let me start off by saying I know nothing about Dot Net Nuke except 2 weeks of googling answers. I am working on a public facing website where the client decided to delete many PDFs from their library that were several years old. Then they started getting calls that the documents they deleted were still very much needed. That's where I was asked to step in. I restored the entire web directory from a backup taken the day before the deletion process started thinking all would be fine. That was not the case as now I have several Extensions that are not loading. On thins page for example I am getting the following error.
Error: ChildCareStatisticalReport is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Value cannot be null. Parameter name: file ---> System.ArgumentNullException: Value cannot be null. Parameter name: file at DotNetNuke.Services.FileSystem.FileManager.GetUrl(IFileInfo file) at DCDEE.Modules.ChildCareStatisticalReport.View.BuildList() at DCDEE.Modules.ChildCareStatisticalReport.View.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
I don't know how to interpret this. Is there a database on the backend that also should have been restored to the same date?
I also learned how to delete and reinstall the extension but that did not help.
Here is my latest server log file:
2024-08-05 00:00:46.901-04:00 [WV1HHWEBWB01][D:2][T:118][FATAL] DotNetNuke.Framework.PageBase - An error has occurred while loading page. System.ArgumentNullException: Value cannot be null. Parameter name: file at DotNetNuke.Services.FileSystem.FileManager.GetUrl(IFileInfo file) at DCDEE.Modules.ExpenditureReports.View.rlvReports_ItemCreated(Object sender, RadListViewItemEventArgs e) at Telerik.Web.UI.RadListView.OnItemDataBound(RadListViewItemEventArgs e) at Telerik.Web.UI.RadListView.BuildDataItem(Int32 itemsCreatedCount, Control itemContainer, Boolean dataBinding, Object dataItem, Int32& controlIndex) at Telerik.Web.UI.RadListView.BuildDataGroupsRecursive(Control container, IEnumerable dataSource, Int32 level, Boolean dataBinding, Int32& itemsCreatedCount, List`1& dsGroups, Boolean isLastGroup, String aKey) at Telerik.Web.UI.RadListView.CreateItemsWithDataGroups(Control container, IEnumerable dataSource, Boolean dataBinding) at Telerik.Web.UI.RadListView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at Telerik.Web.UI.RadListView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at Telerik.Web.UI.RadListView.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at Telerik.Web.UI.RadListView.DataBind() at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() at Telerik.Web.UI.RadListView.CreateChildControls() at System.Web.UI.Control.EnsureChildControls() at System.Web.UI.WebControls.CompositeDataBoundControl.get_Controls() at Telerik.Web.UI.RadAjaxControl.PopulatePlainPanels(Control parent, List`1 list, Control root) at Telerik.Web.UI.RadAjaxControl.OnPagePreRender(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Web.UI.Control.OnPreRender(EventArgs e) at DotNetNuke.Framework.PageBase.OnPreRender(EventArgs e) at DotNetNuke.Framework.DefaultPage.OnPreRender(EventArgs evt) at System.Web.UI.Control.d__249.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Util.WithinCancellableCallbackTaskAwaitable.WithinCancellableCallbackTaskAwaiter.GetResult() at System.Web.UI.Page.d__523.MoveNext() 2024-08-05 00:00:47.075-04:00 [WV1HHWEBWB01][D:2][T:118][ERROR] DotNetNuke.Services.Exceptions.Exceptions - ~/Default.aspx?tabid=372&error=An unexpected error has occurred&content=0 System.ArgumentNullException: Value cannot be null. Parameter name: file at DotNetNuke.Services.FileSystem.FileManager.GetUrl(IFileInfo file) at DCDEE.Modules.ExpenditureReports.View.rlvReports_ItemCreated(Object sender, RadListViewItemEventArgs e) at Telerik.Web.UI.RadListView.OnItemDataBound(RadListViewItemEventArgs e) at Telerik.Web.UI.RadListView.BuildDataItem(Int32 itemsCreatedCount, Control itemContainer, Boolean dataBinding, Object dataItem, Int32& controlIndex) at Telerik.Web.UI.RadListView.BuildDataGroupsRecursive(Control container, IEnumerable dataSource, Int32 level, Boolean dataBinding, Int32& itemsCreatedCount, List`1& dsGroups, Boolean isLastGroup, String aKey) at Telerik.Web.UI.RadListView.CreateItemsWithDataGroups(Control container, IEnumerable dataSource, Boolean dataBinding) at Telerik.Web.UI.RadListView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at Telerik.Web.UI.RadListView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at Telerik.Web.UI.RadListView.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at Telerik.Web.UI.RadListView.DataBind() at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() at Telerik.Web.UI.RadListView.CreateChildControls() at System.Web.UI.Control.EnsureChildControls() at System.Web.UI.WebControls.CompositeDataBoundControl.get_Controls() at Telerik.Web.UI.RadAjaxControl.PopulatePlainPanels(Control parent, List`1 list, Control root) at Telerik.Web.UI.RadAjaxControl.OnPagePreRender(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Web.UI.Control.OnPreRender(EventArgs e) at DotNetNuke.Framework.PageBase.OnPreRender(EventArgs e) at DotNetNuke.Framework.DefaultPage.OnPreRender(EventArgs evt) at System.Web.UI.Control.d__249.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Util.WithinCancellableCallbackTaskAwaitable.WithinCancellableCallbackTaskAwaiter.GetResult() at System.Web.UI.Page.d__523.MoveNext() 2024-08-05 00:17:13.615-04:00 [WV1HHWEBWB01][D:2][T:86][ERROR] DotNetNuke.Services.Exceptions.Exceptions - Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: Cannot perform runtime binding on a null reference at CallSite.Target(Closure , CallSite , Object ) at System.Dynamic.UpdateDelegates.UpdateAndExecute1[T0,TRet](CallSite site, T0 arg0) at CallSite.Target(Closure , CallSite , Object ) at ASP._Page_Portals_0_2sxc_Glossary__Entry_Details_cshtml.Execute() in d:\WebApplications\DCDEE_NCCHILDCARE\Portals\0\2sxc\Glossary\_Entry Details.cshtml:line 6 at System.Web.WebPages.WebPageBase.ExecutePageHierarchy() at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) at ToSic.Sxc.Engines.RazorEngine.Render(TextWriter writer) in C:\Projects\2sxc\LTS-11.22\2sxc\Src\Dnn\ToSic.Sxc.Razor\Engines\Razor\RazorEngine.cs:line 72 at ToSic.Sxc.Engines.RazorEngine.RenderTemplate() in C:\Projects\2sxc\LTS-11.22\2sxc\Src\Dnn\ToSic.Sxc.Razor\Engines\Razor\RazorEngine.cs:line 81 at ToSic.Sxc.Engines.EngineBase.Render() in C:\Projects\2sxc\LTS-11.22\2sxc\Src\Sxc\ToSic.Sxc\Engines\EngineBase.cs:line 147 at ToSic.Sxc.Blocks.BlockBuilder.Render() in C:\Projects\2sxc\LTS-11.22\2sxc\Src\Sxc\ToSic.Sxc\Blocks\BlockBuilder_Render.cs:line 57 2024-08-05 00:17:13.646-04:00 [WV1HHWEBWB01][D:2][T:86][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Services.Exceptions.Exceptions.GetExceptionInfo(Exception e) 2024-08-05 01:19:49.329-04:00 [WV1HHWEBWB01][D:2][T:75][FATAL] DotNetNuke.Framework.PageBase - An error has occurred while loading page. System.ArgumentNullException: Value cannot be null. Parameter name: file at DotNetNuke.Services.FileSystem.FileManager.GetUrl(IFileInfo file) at DCDEE.Modules.ExpenditureReports.View.rlvReports_ItemCreated(Object sender, RadListViewItemEventArgs e) at Telerik.Web.UI.RadListView.OnItemDataBound(RadListViewItemEventArgs e) at Telerik.Web.UI.RadListView.BuildDataItem(Int32 itemsCreatedCount, Control itemContainer, Boolean dataBinding, Object dataItem, Int32& controlIndex) at Telerik.Web.UI.RadListView.BuildDataGroupsRecursive(Control container, IEnumerable dataSource, Int32 level, Boolean dataBinding, Int32& itemsCreatedCount, List`1& dsGroups, Boolean isLastGroup, String aKey) at Telerik.Web.UI.RadListView.CreateItemsWithDataGroups(Control container, IEnumerable dataSource, Boolean dataBinding) at Telerik.Web.UI.RadListView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at Telerik.Web.UI.RadListView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at Telerik.Web.UI.RadListView.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at Telerik.Web.UI.RadListView.DataBind() at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() at Telerik.Web.UI.RadListView.CreateChildControls() at System.Web.UI.Control.EnsureChildControls() at System.Web.UI.WebControls.CompositeDataBoundControl.get_Controls() at Telerik.Web.UI.RadAjaxControl.PopulatePlainPanels(Control parent, List`1 list, Control root) at Telerik.Web.UI.RadAjaxControl.OnPagePreRender(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Web.UI.Control.OnPreRender(EventArgs e) at DotNetNuke.Framework.PageBase.OnPreRender(EventArgs e) at DotNetNuke.Framework.DefaultPage.OnPreRender(EventArgs evt) at System.Web.UI.Control.d__249.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Util.WithinCancellableCallbackTaskAwaitable.WithinCancellableCallbackTaskAwaiter.GetResult() at System.Web.UI.Page.d__523.MoveNext() 2024-08-05 01:19:49.426-04:00 [WV1HHWEBWB01][D:2][T:75][ERROR] DotNetNuke.Services.Exceptions.Exceptions - ~/Default.aspx?tabid=372&error=An unexpected error has occurred&content=0 System.ArgumentNullException: Value cannot be null. Parameter name: file at DotNetNuke.Services.FileSystem.FileManager.GetUrl(IFileInfo file) at DCDEE.Modules.ExpenditureReports.View.rlvReports_ItemCreated(Object sender, RadListViewItemEventArgs e) at Telerik.Web.UI.RadListView.OnItemDataBound(RadListViewItemEventArgs e) at Telerik.Web.UI.RadListView.BuildDataItem(Int32 itemsCreatedCount, Control itemContainer, Boolean dataBinding, Object dataItem, Int32& controlIndex) at Telerik.Web.UI.RadListView.BuildDataGroupsRecursive(Control container, IEnumerable dataSource, Int32 level, Boolean dataBinding, Int32& itemsCreatedCount, List`1& dsGroups, Boolean isLastGroup, String aKey) at Telerik.Web.UI.RadListView.CreateItemsWithDataGroups(Control container, IEnumerable dataSource, Boolean dataBinding) at Telerik.Web.UI.RadListView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at Telerik.Web.UI.RadListView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at Telerik.Web.UI.RadListView.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at Telerik.Web.UI.RadListView.DataBind() at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() at Telerik.Web.UI.RadListView.CreateChildControls() at System.Web.UI.Control.EnsureChildControls() at System.Web.UI.WebControls.CompositeDataBoundControl.get_Controls() at Telerik.Web.UI.RadAjaxControl.PopulatePlainPanels(Control parent, List`1 list, Control root) at Telerik.Web.UI.RadAjaxControl.OnPagePreRender(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Web.UI.Control.OnPreRender(EventArgs e) at DotNetNuke.Framework.PageBase.OnPreRender(EventArgs e) at DotNetNuke.Framework.DefaultPage.OnPreRender(EventArgs evt) at System.Web.UI.Control.d__249.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Util.WithinCancellableCallbackTaskAwaitable.WithinCancellableCallbackTaskAwaiter.GetResult() at System.Web.UI.Page.d__523.MoveNext() 2024-08-05 02:31:15.764-04:00 [WV1HHWEBWB01][D:2][T:75][ERROR] DotNetNuke.Services.Exceptions.Exceptions - Resource Not Found: - FileID=1085 System.Web.HttpException (0x80004005): Resource Not Found 2024-08-05 02:31:17.125-04:00 [WV1HHWEBWB01][D:2][T:75][FATAL] DotNetNuke.Framework.PageBase - An error has occurred while loading page. System.Web.HttpException (0x80004005): Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. at System.Web.UI.Page.get_Session() at DotNetNuke.Framework.CachePageStatePersister.Save() at System.Web.UI.Page.SavePageStateToPersistenceMedium(Object state) at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.d__523.MoveNext() 2024-08-05 02:31:17.156-04:00 [WV1HHWEBWB01][D:2][T:75][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. ---> System.Web.HttpException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. at System.Web.UI.Page.get_Session() at DotNetNuke.Framework.CachePageStatePersister.Save() at System.Web.UI.Page.SavePageStateToPersistenceMedium(Object state) at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.d__523.MoveNext() --- End of inner exception stack trace --- 2024-08-05 03:13:17.419-04:00 [WV1HHWEBWB01][D:2][T:11][ERROR] DotNetNuke.Services.Exceptions.Exceptions - Resource Not Found: - FileID=3439 System.Web.HttpException (0x80004005): Resource Not Found 2024-08-05 03:13:18.189-04:00 [WV1HHWEBWB01][D:2][T:52][FATAL] DotNetNuke.Framework.PageBase - An error has occurred while loading page. System.Web.HttpException (0x80004005): Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. at System.Web.UI.Page.get_Session() at DotNetNuke.Framework.CachePageStatePersister.Save() at System.Web.UI.Page.SavePageStateToPersistenceMedium(Object state) at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.d__523.MoveNext() 2024-08-05 03:13:18.221-04:00 [WV1HHWEBWB01][D:2][T:52][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. ---> System.Web.HttpException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. at System.Web.UI.Page.get_Session() at DotNetNuke.Framework.CachePageStatePersister.Save() at System.Web.UI.Page.SavePageStateToPersistenceMedium(Object state) at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.d__523.MoveNext() --- End of inner exception stack trace --- 2024-08-05 03:23:58.406-04:00 [WV1HHWEBWB01][D:2][T:83][FATAL] DotNetNuke.Framework.PageBase - An error has occurred while loading page. System.Data.SqlClient.SqlException (0x80131904): Must declare the scalar variable "@CountyId". Incorrect syntax near the keyword 'AND'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader() at DHHS.Modules.ChildCareFacilitySearch.Facility.CommonReader(SqlCommand cmd) at DHHS.Modules.ChildCareFacilitySearch.Facility.GetFacilities(FacilitySearchCriteria facilitySearchCriteria) at DHHS.Modules.ChildCareFacilitySearch.View.Search_SubmitQuery(Boolean licenseonly) at DHHS.Modules.ChildCareFacilitySearch.View.btnSearch_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.Button.OnClick(EventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.Button.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.d__523.MoveNext() ClientConnectionId:b2336bbb-7624-4fc3-9ac8-e8c7b49048ee Error Number:137,State:2,Class:15 2024-08-05 03:23:58.489-04:00 [WV1HHWEBWB01][D:2][T:83][ERROR] DotNetNuke.Services.Exceptions.Exceptions - ~/Default.aspx?tabid=639&error=An unexpected error has occurred&content=0 System.Data.SqlClient.SqlException (0x80131904): Must declare the scalar variable "@CountyId". Incorrect syntax near the keyword 'AND'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader() at DHHS.Modules.ChildCareFacilitySearch.Facility.CommonReader(SqlCommand cmd) at DHHS.Modules.ChildCareFacilitySearch.Facility.GetFacilities(FacilitySearchCriteria facilitySearchCriteria) at DHHS.Modules.ChildCareFacilitySearch.View.Search_SubmitQuery(Boolean licenseonly) at DHHS.Modules.ChildCareFacilitySearch.View.btnSearch_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.Button.OnClick(EventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.Button.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.d__523.MoveNext() ClientConnectionId:b2336bbb-7624-4fc3-9ac8-e8c7b49048ee Error Number:137,State:2,Class:15 2024-08-05 03:24:29.609-04:00 [WV1HHWEBWB01][D:2][T:74][ERROR] DotNetNuke.Services.Exceptions.Exceptions - Resource Not Found: - FileID=3629 System.Web.HttpException (0x80004005): Resource Not Found 2024-08-05 03:24:29.936-04:00 [WV1HHWEBWB01][D:2][T:42][FATAL] DotNetNuke.Framework.PageBase - An error has occurred while loading page. System.Web.HttpException (0x80004005): Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. at System.Web.UI.Page.get_Session() at DotNetNuke.Framework.CachePageStatePersister.Save() at System.Web.UI.Page.SavePageStateToPersistenceMedium(Object state) at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.d__523.MoveNext() 2024-08-05 03:24:29.967-04:00 [WV1HHWEBWB01][D:2][T:42][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. ---> System.Web.HttpException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. at System.Web.UI.Page.get_Session() at DotNetNuke.Framework.CachePageStatePersister.Save() at System.Web.UI.Page.SavePageStateToPersistenceMedium(Object state) at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.d__523.MoveNext() --- End of inner exception stack trace --- 2024-08-05 03:32:32.488-04:00 [WV1HHWEBWB01][D:2][T:11][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.OperationCanceledException: The operation was canceled. at System.Threading.CancellationToken.ThrowOperationCanceledException() at System.Web.Http.Filters.ActionFilterAttribute.d__5.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Filters.ActionFilterAttribute.d__0.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Controllers.ActionFilterResult.d__2.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Filters.AuthorizationFilterAttribute.d__2.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Filters.AuthorizationFilterAttribute.d__2.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Controllers.ExceptionFilterResult.d__0.MoveNext() 2024-08-05 03:32:32.488-04:00 [WV1HHWEBWB01][D:2][T:42][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.OperationCanceledException: The operation was canceled. at System.Threading.CancellationToken.ThrowOperationCanceledException() at System.Web.Http.Filters.ActionFilterAttribute.d__5.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Filters.ActionFilterAttribute.d__0.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Controllers.ActionFilterResult.d__2.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Filters.AuthorizationFilterAttribute.d__2.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Filters.AuthorizationFilterAttribute.d__2.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Controllers.ExceptionFilterResult.d__0.MoveNext() 2024-08-05 03:32:32.545-04:00 [WV1HHWEBWB01][D:2][T:11][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.OperationCanceledException: The operation was canceled. at System.Threading.CancellationToken.ThrowOperationCanceledException() at System.Web.Http.Filters.ActionFilterAttribute.d__5.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Filters.ActionFilterAttribute.d__0.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Controllers.ActionFilterResult.d__2.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Filters.AuthorizationFilterAttribute.d__2.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Filters.AuthorizationFilterAttribute.d__2.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Controllers.ExceptionFilterResult.d__0.MoveNext() 2024-08-05 03:32:32.547-04:00 [WV1HHWEBWB01][D:2][T:42][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.OperationCanceledException: The operation was canceled. at System.Threading.CancellationToken.ThrowOperationCanceledException() at System.Web.Http.Filters.ActionFilterAttribute.d__5.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Filters.ActionFilterAttribute.d__0.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Controllers.ActionFilterResult.d__2.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Filters.AuthorizationFilterAttribute.d__2.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Filters.AuthorizationFilterAttribute.d__2.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Controllers.ExceptionFilterResult.d__0.MoveNext() 2024-08-05 04:00:13.906-04:00 [WV1HHWEBWB01][D:2][T:43][ERROR] DotNetNuke.Services.Exceptions.Exceptions - Resource Not Found: - FileID=3439 System.Web.HttpException (0x80004005): Resource Not Found 2024-08-05 04:00:14.223-04:00 [WV1HHWEBWB01][D:2][T:11][FATAL] DotNetNuke.Framework.PageBase - An error has occurred while loading page. System.Web.HttpException (0x80004005): Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. at System.Web.UI.Page.get_Session() at DotNetNuke.Framework.CachePageStatePersister.Save() at System.Web.UI.Page.SavePageStateToPersistenceMedium(Object state) at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.d__523.MoveNext() 2024-08-05 04:00:14.269-04:00 [WV1HHWEBWB01][D:2][T:11][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. ---> System.Web.HttpException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. at System.Web.UI.Page.get_Session() at DotNetNuke.Framework.CachePageStatePersister.Save() at System.Web.UI.Page.SavePageStateToPersistenceMedium(Object state) at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.d__523.MoveNext() --- End of inner exception stack trace --- 2024-08-05 04:00:23.981-04:00 [WV1HHWEBWB01][D:2][T:43][ERROR] DotNetNuke.Services.Exceptions.Exceptions - Resource Not Found: - FileID=1085 System.Web.HttpException (0x80004005): Resource Not Found 2024-08-05 04:00:24.112-04:00 [WV1HHWEBWB01][D:2][T:11][FATAL] DotNetNuke.Framework.PageBase - An error has occurred while loading page. System.Web.HttpException (0x80004005): Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. at System.Web.UI.Page.get_Session() at DotNetNuke.Framework.CachePageStatePersister.Save() at System.Web.UI.Page.SavePageStateToPersistenceMedium(Object state) at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.d__523.MoveNext() 2024-08-05 04:00:24.127-04:00 [WV1HHWEBWB01][D:2][T:11][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. ---> System.Web.HttpException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. at System.Web.UI.Page.get_Session() at DotNetNuke.Framework.CachePageStatePersister.Save() at System.Web.UI.Page.SavePageStateToPersistenceMedium(Object state) at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.d__523.MoveNext() --- End of inner exception stack trace --- 2024-08-05 04:00:30.267-04:00 [WV1HHWEBWB01][D:2][T:74][ERROR] DotNetNuke.Services.Exceptions.Exceptions - Resource Not Found: - FileID=263 System.Web.HttpException (0x80004005): Resource Not Found 2024-08-05 04:00:30.518-04:00 [WV1HHWEBWB01][D:2][T:42][FATAL] DotNetNuke.Framework.PageBase - An error has occurred while loading page. System.Web.HttpException (0x80004005): Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. at System.Web.UI.Page.get_Session() at DotNetNuke.Framework.CachePageStatePersister.Save() at System.Web.UI.Page.SavePageStateToPersistenceMedium(Object state) at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.d__523.MoveNext() 2024-08-05 04:00:30.533-04:00 [WV1HHWEBWB01][D:2][T:42][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. ---> System.Web.HttpException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. at System.Web.UI.Page.get_Session() at DotNetNuke.Framework.CachePageStatePersister.Save() at System.Web.UI.Page.SavePageStateToPersistenceMedium(Object state) at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.d__523.MoveNext() --- End of inner exception stack trace --- 2024-08-05 04:00:37.307-04:00 [WV1HHWEBWB01][D:2][T:9][FATAL] DotNetNuke.Framework.PageBase - An error has occurred while loading page. System.ArgumentNullException: Value cannot be null. Parameter name: file at DotNetNuke.Services.FileSystem.FileManager.GetUrl(IFileInfo file) at DCDEE.Modules.ExpenditureReports.View.rlvReports_ItemCreated(Object sender, RadListViewItemEventArgs e) at Telerik.Web.UI.RadListView.OnItemDataBound(RadListViewItemEventArgs e) at Telerik.Web.UI.RadListView.BuildDataItem(Int32 itemsCreatedCount, Control itemContainer, Boolean dataBinding, Object dataItem, Int32& controlIndex) at Telerik.Web.UI.RadListView.BuildDataGroupsRecursive(Control container, IEnumerable dataSource, Int32 level, Boolean dataBinding, Int32& itemsCreatedCount, List`1& dsGroups, Boolean isLastGroup, String aKey) at Telerik.Web.UI.RadListView.CreateItemsWithDataGroups(Control container, IEnumerable dataSource, Boolean dataBinding) at Telerik.Web.UI.RadListView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at Telerik.Web.UI.RadListView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at Telerik.Web.UI.RadListView.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at Telerik.Web.UI.RadListView.DataBind() at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() at Telerik.Web.UI.RadListView.CreateChildControls() at System.Web.UI.Control.EnsureChildControls() at System.Web.UI.WebControls.CompositeDataBoundControl.get_Controls() at Telerik.Web.UI.RadAjaxControl.PopulatePlainPanels(Control parent, List`1 list, Control root) at Telerik.Web.UI.RadAjaxControl.OnPagePreRender(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Web.UI.Control.OnPreRender(EventArgs e) at DotNetNuke.Framework.PageBase.OnPreRender(EventArgs e) at DotNetNuke.Framework.DefaultPage.OnPreRender(EventArgs evt) at System.Web.UI.Control.d__249.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Util.WithinCancellableCallbackTaskAwaitable.WithinCancellableCallbackTaskAwaiter.GetResult() at System.Web.UI.Page.d__523.MoveNext() 2024-08-05 04:00:37.322-04:00 [WV1HHWEBWB01][D:2][T:24][ERROR] DotNetNuke.Services.Exceptions.Exceptions - Resource Not Found: - FileID=3439 System.Web.HttpException (0x80004005): Resource Not Found 2024-08-05 04:00:37.385-04:00 [WV1HHWEBWB01][D:2][T:9][ERROR] DotNetNuke.Services.Exceptions.Exceptions - ~/Default.aspx?tabid=372&error=An unexpected error has occurred&content=0 System.ArgumentNullException: Value cannot be null. Parameter name: file at DotNetNuke.Services.FileSystem.FileManager.GetUrl(IFileInfo file) at DCDEE.Modules.ExpenditureReports.View.rlvReports_ItemCreated(Object sender, RadListViewItemEventArgs e) at Telerik.Web.UI.RadListView.OnItemDataBound(RadListViewItemEventArgs e) at Telerik.Web.UI.RadListView.BuildDataItem(Int32 itemsCreatedCount, Control itemContainer, Boolean dataBinding, Object dataItem, Int32& controlIndex) at Telerik.Web.UI.RadListView.BuildDataGroupsRecursive(Control container, IEnumerable dataSource, Int32 level, Boolean dataBinding, Int32& itemsCreatedCount, List`1& dsGroups, Boolean isLastGroup, String aKey) at Telerik.Web.UI.RadListView.CreateItemsWithDataGroups(Control container, IEnumerable dataSource, Boolean dataBinding) at Telerik.Web.UI.RadListView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at Telerik.Web.UI.RadListView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at Telerik.Web.UI.RadListView.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at Telerik.Web.UI.RadListView.DataBind() at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() at Telerik.Web.UI.RadListView.CreateChildControls() at System.Web.UI.Control.EnsureChildControls() at System.Web.UI.WebControls.CompositeDataBoundControl.get_Controls() at Telerik.Web.UI.RadAjaxControl.PopulatePlainPanels(Control parent, List`1 list, Control root) at Telerik.Web.UI.RadAjaxControl.OnPagePreRender(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Web.UI.Control.OnPreRender(EventArgs e) at DotNetNuke.Framework.PageBase.OnPreRender(EventArgs e) at DotNetNuke.Framework.DefaultPage.OnPreRender(EventArgs evt) at System.Web.UI.Control.d__249.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Util.WithinCancellableCallbackTaskAwaitable.WithinCancellableCallbackTaskAwaiter.GetResult() at System.Web.UI.Page.d__523.MoveNext() 2024-08-05 04:00:37.847-04:00 [WV1HHWEBWB01][D:2][T:42][FATAL] DotNetNuke.Framework.PageBase - An error has occurred while loading page. System.Web.HttpException (0x80004005): Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. at System.Web.UI.Page.get_Session() at DotNetNuke.Framework.CachePageStatePersister.Save() at System.Web.UI.Page.SavePageStateToPersistenceMedium(Object state) at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.d__523.MoveNext() 2024-08-05 04:00:37.878-04:00 [WV1HHWEBWB01][D:2][T:42][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. ---> System.Web.HttpException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. at System.Web.UI.Page.get_Session() at DotNetNuke.Framework.CachePageStatePersister.Save() at System.Web.UI.Page.SavePageStateToPersistenceMedium(Object state) at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.d__523.MoveNext() --- End of inner exception stack trace --- 2024-08-05 04:00:39.237-04:00 [WV1HHWEBWB01][D:2][T:52][ERROR] DotNetNuke.Services.Exceptions.Exceptions - FriendlyMessage="Error: ChildCareStatisticalReport is currently unavailable." ctrl="ASP.desktopmodules_childcarestatisticalreport_view_ascx" exc="System.ArgumentNullException: Value cannot be null. Parameter name: file at DotNetNuke.Services.FileSystem.FileManager.GetUrl(IFileInfo file) at DCDEE.Modules.ChildCareStatisticalReport.View.BuildList() at DCDEE.Modules.ChildCareStatisticalReport.View.Page_Load(Object sender, EventArgs e)" 2024-08-05 04:03:07.571-04:00 [WV1HHWEBWB01][D:2][T:52][FATAL] DotNetNuke.Framework.PageBase - An error has occurred while loading page. System.ArgumentNullException: Value cannot be null. Parameter name: file at DotNetNuke.Services.FileSystem.FileManager.GetUrl(IFileInfo file) at DCDEE.Modules.ExpenditureReports.View.rlvReports_ItemCreated(Object sender, RadListViewItemEventArgs e) at Telerik.Web.UI.RadListView.OnItemDataBound(RadListViewItemEventArgs e) at Telerik.Web.UI.RadListView.BuildDataItem(Int32 itemsCreatedCount, Control itemContainer, Boolean dataBinding, Object dataItem, Int32& controlIndex) at Telerik.Web.UI.RadListView.BuildDataGroupsRecursive(Control container, IEnumerable dataSource, Int32 level, Boolean dataBinding, Int32& itemsCreatedCount, List`1& dsGroups, Boolean isLastGroup, String aKey) at Telerik.Web.UI.RadListView.CreateItemsWithDataGroups(Control container, IEnumerable dataSource, Boolean dataBinding) at Telerik.Web.UI.RadListView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at Telerik.Web.UI.RadListView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at Telerik.Web.UI.RadListView.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at Telerik.Web.UI.RadListView.DataBind() at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() at Telerik.Web.UI.RadListView.CreateChildControls() at System.Web.UI.Control.EnsureChildControls() at System.Web.UI.WebControls.CompositeDataBoundControl.get_Controls() at Telerik.Web.UI.RadAjaxControl.PopulatePlainPanels(Control parent, List`1 list, Control root) at Telerik.Web.UI.RadAjaxControl.OnPagePreRender(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Web.UI.Control.OnPreRender(EventArgs e) at DotNetNuke.Framework.PageBase.OnPreRender(EventArgs e) at DotNetNuke.Framework.DefaultPage.OnPreRender(EventArgs evt) at System.Web.UI.Control.d__249.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Util.WithinCancellableCallbackTaskAwaitable.WithinCancellableCallbackTaskAwaiter.GetResult() at System.Web.UI.Page.d__523.MoveNext() 2024-08-05 04:03:07.643-04:00 [WV1HHWEBWB01][D:2][T:52][ERROR] DotNetNuke.Services.Exceptions.Exceptions - ~/Default.aspx?tabid=372&error=An unexpected error has occurred&content=0 System.ArgumentNullException: Value cannot be null. Parameter name: file at DotNetNuke.Services.FileSystem.FileManager.GetUrl(IFileInfo file) at DCDEE.Modules.ExpenditureReports.View.rlvReports_ItemCreated(Object sender, RadListViewItemEventArgs e) at Telerik.Web.UI.RadListView.OnItemDataBound(RadListViewItemEventArgs e) at Telerik.Web.UI.RadListView.BuildDataItem(Int32 itemsCreatedCount, Control itemContainer, Boolean dataBinding, Object dataItem, Int32& controlIndex) at Telerik.Web.UI.RadListView.BuildDataGroupsRecursive(Control container, IEnumerable dataSource, Int32 level, Boolean dataBinding, Int32& itemsCreatedCount, List`1& dsGroups, Boolean isLastGroup, String aKey) at Telerik.Web.UI.RadListView.CreateItemsWithDataGroups(Control container, IEnumerable dataSource, Boolean dataBinding) at Telerik.Web.UI.RadListView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at Telerik.Web.UI.RadListView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at Telerik.Web.UI.RadListView.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at Telerik.Web.UI.RadListView.DataBind() at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() at Telerik.Web.UI.RadListView.CreateChildControls() at System.Web.UI.Control.EnsureChildControls() at System.Web.UI.WebControls.CompositeDataBoundControl.get_Controls() at Telerik.Web.UI.RadAjaxControl.PopulatePlainPanels(Control parent, List`1 list, Control root) at Telerik.Web.UI.RadAjaxControl.OnPagePreRender(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Web.UI.Control.OnPreRender(EventArgs e) at DotNetNuke.Framework.PageBase.OnPreRender(EventArgs e) at DotNetNuke.Framework.DefaultPage.OnPreRender(EventArgs evt) at System.Web.UI.Control.d__249.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Util.WithinCancellableCallbackTaskAwaitable.WithinCancellableCallbackTaskAwaiter.GetResult() at System.Web.UI.Page.d__523.MoveNext() 2024-08-05 04:18:28.205-04:00 [WV1HHWEBWB01][D:2][T:24][FATAL] DotNetNuke.Framework.PageBase - An error has occurred while loading page. System.ArgumentNullException: Value cannot be null. Parameter name: file at DotNetNuke.Services.FileSystem.FileManager.GetUrl(IFileInfo file) at DCDEE.Modules.ExpenditureReports.View.rlvReports_ItemCreated(Object sender, RadListViewItemEventArgs e) at Telerik.Web.UI.RadListView.OnItemDataBound(RadListViewItemEventArgs e) at Telerik.Web.UI.RadListView.BuildDataItem(Int32 itemsCreatedCount, Control itemContainer, Boolean dataBinding, Object dataItem, Int32& controlIndex) at Telerik.Web.UI.RadListView.BuildDataGroupsRecursive(Control container, IEnumerable dataSource, Int32 level, Boolean dataBinding, Int32& itemsCreatedCount, List`1& dsGroups, Boolean isLastGroup, String aKey) at Telerik.Web.UI.RadListView.CreateItemsWithDataGroups(Control container, IEnumerable dataSource, Boolean dataBinding) at Telerik.Web.UI.RadListView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at Telerik.Web.UI.RadListView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at Telerik.Web.UI.RadListView.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at Telerik.Web.UI.RadListView.DataBind() at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() at Telerik.Web.UI.RadListView.CreateChildControls() at System.Web.UI.Control.EnsureChildControls() at System.Web.UI.WebControls.CompositeDataBoundControl.get_Controls() at Telerik.Web.UI.RadAjaxControl.PopulatePlainPanels(Control parent, List`1 list, Control root) at Telerik.Web.UI.RadAjaxControl.OnPagePreRender(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Web.UI.Control.OnPreRender(EventArgs e) at DotNetNuke.Framework.PageBase.OnPreRender(EventArgs e) at DotNetNuke.Framework.DefaultPage.OnPreRender(EventArgs evt) at System.Web.UI.Control.d__249.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Util.WithinCancellableCallbackTaskAwaitable.WithinCancellableCallbackTaskAwaiter.GetResult() at System.Web.UI.Page.d__523.MoveNext() 2024-08-05 04:18:28.298-04:00 [WV1HHWEBWB01][D:2][T:24][ERROR] DotNetNuke.Services.Exceptions.Exceptions - ~/Default.aspx?tabid=372&error=An unexpected error has occurred&content=0 System.ArgumentNullException: Value cannot be null. Parameter name: file at DotNetNuke.Services.FileSystem.FileManager.GetUrl(IFileInfo file) at DCDEE.Modules.ExpenditureReports.View.rlvReports_ItemCreated(Object sender, RadListViewItemEventArgs e) at Telerik.Web.UI.RadListView.OnItemDataBound(RadListViewItemEventArgs e) at Telerik.Web.UI.RadListView.BuildDataItem(Int32 itemsCreatedCount, Control itemContainer, Boolean dataBinding, Object dataItem, Int32& controlIndex) at Telerik.Web.UI.RadListView.BuildDataGroupsRecursive(Control container, IEnumerable dataSource, Int32 level, Boolean dataBinding, Int32& itemsCreatedCount, List`1& dsGroups, Boolean isLastGroup, String aKey) at Telerik.Web.UI.RadListView.CreateItemsWithDataGroups(Control container, IEnumerable dataSource, Boolean dataBinding) at Telerik.Web.UI.RadListView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at Telerik.Web.UI.RadListView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at Telerik.Web.UI.RadListView.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at Telerik.Web.UI.RadListView.DataBind() at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() at Telerik.Web.UI.RadListView.CreateChildControls() at System.Web.UI.Control.EnsureChildControls() at System.Web.UI.WebControls.CompositeDataBoundControl.get_Controls() at Telerik.Web.UI.RadAjaxControl.PopulatePlainPanels(Control parent, List`1 list, Control root) at Telerik.Web.UI.RadAjaxControl.OnPagePreRender(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Web.UI.Control.OnPreRender(EventArgs e) at DotNetNuke.Framework.PageBase.OnPreRender(EventArgs e) at DotNetNuke.Framework.DefaultPage.OnPreRender(EventArgs evt) at System.Web.UI.Control.d__249.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Util.WithinCancellableCallbackTaskAwaitable.WithinCancellableCallbackTaskAwaiter.GetResult() at System.Web.UI.Page.d__523.MoveNext() 2024-08-05 04:20:10.212-04:00 [WV1HHWEBWB01][D:2][T:75][ERROR] DotNetNuke.Services.Exceptions.Exceptions - FriendlyMessage="Error: ChildCareStatisticalReport is currently unavailable." ctrl="ASP.desktopmodules_childcarestatisticalreport_view_ascx" exc="System.ArgumentNullException: Value cannot be null. Parameter name: file at DotNetNuke.Services.FileSystem.FileManager.GetUrl(IFileInfo file) at DCDEE.Modules.ChildCareStatisticalReport.View.BuildList() at DCDEE.Modules.ChildCareStatisticalReport.View.Page_Load(Object sender, EventArgs e)" 2024-08-05 04:20:21.759-04:00 [WV1HHWEBWB01][D:2][T:60][FATAL] DotNetNuke.Web.Common.Internal.DotNetNukeHttpApplication - System.Web.HttpException (0x80004005): A potentially dangerous Request.Path value was detected from the client (<). at System.Web.HttpRequest.ValidateInputIfRequiredByConfig() at System.Web.HttpApplication.PipelineStepManager.ValidateHelper(HttpContext context) 2024-08-05 04:20:41.935-04:00 [WV1HHWEBWB01][D:2][T:124][FATAL] DotNetNuke.Web.Common.Internal.DotNetNukeHttpApplication - System.Web.HttpException (0x80004005): A potentially dangerous Request.Path value was detected from the client (<). at System.Web.HttpRequest.ValidateInputIfRequiredByConfig() at System.Web.HttpApplication.PipelineStepManager.ValidateHelper(HttpContext context) 2024-08-05 04:21:11.023-04:00 [WV1HHWEBWB01][D:2][T:86][FATAL] DotNetNuke.Web.Common.Internal.DotNetNukeHttpApplication - System.Web.HttpException (0x80004005): A potentially dangerous Request.Path value was detected from the client (<). at System.Web.HttpRequest.ValidateInputIfRequiredByConfig() at System.Web.HttpApplication.PipelineStepManager.ValidateHelper(HttpContext context) 2024-08-05 04:21:26.663-04:00 [WV1HHWEBWB01][D:2][T:75][FATAL] DotNetNuke.Web.Common.Internal.DotNetNukeHttpApplication - System.Web.HttpException (0x80004005): A potentially dangerous Request.Path value was detected from the client (<). at System.Web.HttpRequest.ValidateInputIfRequiredByConfig() at System.Web.HttpApplication.PipelineStepManager.ValidateHelper(HttpContext context) 2024-08-05 04:22:11.237-04:00 [WV1HHWEBWB01][D:2][T:75][FATAL] DotNetNuke.Web.Common.Internal.DotNetNukeHttpApplication - System.Web.HttpException (0x80004005): A potentially dangerous Request.Path value was detected from the client (<). at System.Web.HttpRequest.ValidateInputIfRequiredByConfig() at System.Web.HttpApplication.PipelineStepManager.ValidateHelper(HttpContext context) 2024-08-05 04:22:24.114-04:00 [WV1HHWEBWB01][D:2][T:124][FATAL] DotNetNuke.Web.Common.Internal.DotNetNukeHttpApplication - System.Web.HttpException (0x80004005): A potentially dangerous Request.Path value was detected from the client (<). at System.Web.HttpRequest.ValidateInputIfRequiredByConfig() at System.Web.HttpApplication.PipelineStepManager.ValidateHelper(HttpContext context) 2024-08-05 04:22:36.292-04:00 [WV1HHWEBWB01][D:2][T:86][FATAL] DotNetNuke.Web.Common.Internal.DotNetNukeHttpApplication - System.Web.HttpException (0x80004005): A potentially dangerous Request.Path value was detected from the client (<). at System.Web.HttpRequest.ValidateInputIfRequiredByConfig() at System.Web.HttpApplication.PipelineStepManager.ValidateHelper(HttpContext context) 2024-08-05 04:31:44.113-04:00 [WV1HHWEBWB01][D:2][T:80][FATAL] DotNetNuke.Web.Common.Internal.DotNetNukeHttpApplication - System.Web.HttpException (0x80004005): A potentially dangerous Request.Path value was detected from the client (<). at System.Web.HttpRequest.ValidateInputIfRequiredByConfig() at System.Web.HttpApplication.PipelineStepManager.ValidateHelper(HttpContext context) 2024-08-05 04:32:23.475-04:00 [WV1HHWEBWB01][D:2][T:86][FATAL] DotNetNuke.Web.Common.Internal.DotNetNukeHttpApplication - System.Web.HttpException (0x80004005): A potentially dangerous Request.Path value was detected from the client (<). at System.Web.HttpRequest.ValidateInputIfRequiredByConfig() at System.Web.HttpApplication.PipelineStepManager.ValidateHelper(HttpContext context) 2024-08-05 04:32:42.365-04:00 [WV1HHWEBWB01][D:2][T:86][FATAL] DotNetNuke.Web.Common.Internal.DotNetNukeHttpApplication - System.Web.HttpException (0x80004005): A potentially dangerous Request.Path value was detected from the client (<). at System.Web.HttpRequest.ValidateInputIfRequiredByConfig() at System.Web.HttpApplication.PipelineStepManager.ValidateHelper(HttpContext context) 2024-08-05 04:44:49.120-04:00 [WV1HHWEBWB01][D:2][T:75][ERROR] DotNetNuke.Services.Exceptions.Exceptions - Resource Not Found: - FileID=1085 System.Web.HttpException (0x80004005): Resource Not Found 2024-08-05 04:44:49.511-04:00 [WV1HHWEBWB01][D:2][T:63][FATAL] DotNetNuke.Framework.PageBase - An error has occurred while loading page. System.Web.HttpException (0x80004005): Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. at System.Web.UI.Page.get_Session() at DotNetNuke.Framework.CachePageStatePersister.Save() at System.Web.UI.Page.SavePageStateToPersistenceMedium(Object state) at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.d__523.MoveNext() 2024-08-05 04:44:49.540-04:00 [WV1HHWEBWB01][D:2][T:63][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. ---> System.Web.HttpException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. at System.Web.UI.Page.get_Session() at DotNetNuke.Framework.CachePageStatePersister.Save() at System.Web.UI.Page.SavePageStateToPersistenceMedium(Object state) at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.d__523.MoveNext() --- End of inner exception stack trace --- 2024-08-05 04:44:53.937-04:00 [WV1HHWEBWB01][D:2][T:116][FATAL] DotNetNuke.Framework.PageBase - An error has occurred while loading page. System.Web.HttpException (0x80004005): Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. at System.Web.UI.Page.get_Session() at DotNetNuke.Framework.CachePageStatePersister.Save() at System.Web.UI.Page.SavePageStateToPersistenceMedium(Object state) at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.d__523.MoveNext() 2024-08-05 04:44:53.946-04:00 [WV1HHWEBWB01][D:2][T:116][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. ---> System.Web.HttpException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. at System.Web.UI.Page.get_Session() at DotNetNuke.Framework.CachePageStatePersister.Save() at System.Web.UI.Page.SavePageStateToPersistenceMedium(Object state) at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.d__523.MoveNext() --- End of inner exception stack trace --- 2024-08-05 04:44:53.989-04:00 [WV1HHWEBWB01][D:2][T:92][FATAL] DotNetNuke.Framework.PageBase - An error has occurred while loading page. System.Web.HttpException (0x80004005): Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. at System.Web.UI.Page.get_Session() at DotNetNuke.Framework.CachePageStatePersister.Save() at System.Web.UI.Page.SavePageStateToPersistenceMedium(Object state) at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.d__523.MoveNext() 2024-08-05 04:44:53.996-04:00 [WV1HHWEBWB01][D:2][T:92][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. ---> System.Web.HttpException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. at System.Web.UI.Page.get_Session() at DotNetNuke.Framework.CachePageStatePersister.Save() at System.Web.UI.Page.SavePageStateToPersistenceMedium(Object state) at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.d__523.MoveNext() --- End of inner exception stack trace --- 2024-08-05 04:44:54.213-04:00 [WV1HHWEBWB01][D:2][T:63][FATAL] DotNetNuke.Framework.PageBase - An error has occurred while loading page. System.Web.HttpException (0x80004005): Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. at System.Web.UI.Page.get_Session() at DotNetNuke.Framework.CachePageStatePersister.Save() at System.Web.UI.Page.SavePageStateToPersistenceMedium(Object state) at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.d__523.MoveNext() 2024-08-05 04:44:54.228-04:00 [WV1HHWEBWB01][D:2][T:63][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. ---> System.Web.HttpException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. at System.Web.UI.Page.get_Session() at DotNetNuke.Framework.CachePageStatePersister.Save() at System.Web.UI.Page.SavePageStateToPersistenceMedium(Object state) at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.d__523.MoveNext() --- End of inner exception stack trace --- 2024-08-05 04:44:54.322-04:00 [WV1HHWEBWB01][D:2][T:116][FATAL] DotNetNuke.Framework.PageBase - An error has occurred while loading page. System.Web.HttpException (0x80004005): Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. at System.Web.UI.Page.get_Session() at DotNetNuke.Framework.CachePageStatePersister.Save() at System.Web.UI.Page.SavePageStateToPersistenceMedium(Object state) at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.d__523.MoveNext() 2024-08-05 04:44:54.338-04:00 [WV1HHWEBWB01][D:2][T:116][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. ---> System.Web.HttpException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. at System.Web.UI.Page.get_Session() at DotNetNuke.Framework.CachePageStatePersister.Save() at System.Web.UI.Page.SavePageStateToPersistenceMedium(Object state) at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.d__523.MoveNext() --- End of inner exception stack trace --- 2024-08-05 05:00:37.089-04:00 [WV1HHWEBWB01][D:2][T:63][FATAL] DotNetNuke.Framework.PageBase - An error has occurred while loading page. System.ArgumentNullException: Value cannot be null. Parameter name: file at DotNetNuke.Services.FileSystem.FileManager.GetUrl(IFileInfo file) at DCDEE.Modules.ExpenditureReports.View.rlvReports_ItemCreated(Object sender, RadListViewItemEventArgs e) at Telerik.Web.UI.RadListView.OnItemDataBound(RadListViewItemEventArgs e) at Telerik.Web.UI.RadListView.BuildDataItem(Int32 itemsCreatedCount, Control itemContainer, Boolean dataBinding, Object dataItem, Int32& controlIndex) at Telerik.Web.UI.RadListView.BuildDataGroupsRecursive(Control container, IEnumerable dataSource, Int32 level, Boolean dataBinding, Int32& itemsCreatedCount, List`1& dsGroups, Boolean isLastGroup, String aKey) at Telerik.Web.UI.RadListView.CreateItemsWithDataGroups(Control container, IEnumerable dataSource, Boolean dataBinding) at Telerik.Web.UI.RadListView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at Telerik.Web.UI.RadListView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at Telerik.Web.UI.RadListView.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at Telerik.Web.UI.RadListView.DataBind() at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() at Telerik.Web.UI.RadListView.CreateChildControls() at System.Web.UI.Control.EnsureChildControls() at System.Web.UI.WebControls.CompositeDataBoundControl.get_Controls() at Telerik.Web.UI.RadAjaxControl.PopulatePlainPanels(Control parent, List`1 list, Control root) at Telerik.Web.UI.RadAjaxControl.OnPagePreRender(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Web.UI.Control.OnPreRender(EventArgs e) at DotNetNuke.Framework.PageBase.OnPreRender(EventArgs e) at DotNetNuke.Framework.DefaultPage.OnPreRender(EventArgs evt) at System.Web.UI.Control.d__249.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Util.WithinCancellableCallbackTaskAwaitable.WithinCancellableCallbackTaskAwaiter.GetResult() at System.Web.UI.Page.d__523.MoveNext() 2024-08-05 05:00:37.198-04:00 [WV1HHWEBWB01][D:2][T:63][ERROR] DotNetNuke.Services.Exceptions.Exceptions - ~/Default.aspx?tabid=372&error=An unexpected error has occurred&content=0 System.ArgumentNullException: Value cannot be null. Parameter name: file at DotNetNuke.Services.FileSystem.FileManager.GetUrl(IFileInfo file) at DCDEE.Modules.ExpenditureReports.View.rlvReports_ItemCreated(Object sender, RadListViewItemEventArgs e) at Telerik.Web.UI.RadListView.OnItemDataBound(RadListViewItemEventArgs e) at Telerik.Web.UI.RadListView.BuildDataItem(Int32 itemsCreatedCount, Control itemContainer, Boolean dataBinding, Object dataItem, Int32& controlIndex) at Telerik.Web.UI.RadListView.BuildDataGroupsRecursive(Control container, IEnumerable dataSource, Int32 level, Boolean dataBinding, Int32& itemsCreatedCount, List`1& dsGroups, Boolean isLastGroup, String aKey) at Telerik.Web.UI.RadListView.CreateItemsWithDataGroups(Control container, IEnumerable dataSource, Boolean dataBinding) at Telerik.Web.UI.RadListView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at Telerik.Web.UI.RadListView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at Telerik.Web.UI.RadListView.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at Telerik.Web.UI.RadListView.DataBind() at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() at Telerik.Web.UI.RadListView.CreateChildControls() at System.Web.UI.Control.EnsureChildControls() at System.Web.UI.WebControls.CompositeDataBoundControl.get_Controls() at Telerik.Web.UI.RadAjaxControl.PopulatePlainPanels(Control parent, List`1 list, Control root) at Telerik.Web.UI.RadAjaxControl.OnPagePreRender(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Web.UI.Control.OnPreRender(EventArgs e) at DotNetNuke.Framework.PageBase.OnPreRender(EventArgs e) at DotNetNuke.Framework.DefaultPage.OnPreRender(EventArgs evt) at System.Web.UI.Control.d__249.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Util.WithinCancellableCallbackTaskAwaitable.WithinCancellableCallbackTaskAwaiter.GetResult() at System.Web.UI.Page.d__523.MoveNext() 2024-08-05 05:03:21.142-04:00 [WV1HHWEBWB01][D:2][T:117][ERROR] DotNetNuke.Services.Exceptions.Exceptions - Resource Not Found: - FileID=3439 System.Web.HttpException (0x80004005): Resource Not Found 2024-08-05 05:03:21.775-04:00 [WV1HHWEBWB01][D:2][T:86][FATAL] DotNetNuke.Framework.PageBase - An error has occurred while loading page. System.Web.HttpException (0x80004005): Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. at System.Web.UI.Page.get_Session() at DotNetNuke.Framework.CachePageStatePersister.Save() at System.Web.UI.Page.SavePageStateToPersistenceMedium(Object state) at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.d__523.MoveNext() 2024-08-05 05:03:21.822-04:00 [WV1HHWEBWB01][D:2][T:86][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. ---> System.Web.HttpException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. at System.Web.UI.Page.get_Session() at DotNetNuke.Framework.CachePageStatePersister.Save() at System.Web.UI.Page.SavePageStateToPersistenceMedium(Object state) at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.d__523.MoveNext() --- End of inner exception stack trace --- 2024-08-05 05:07:33.605-04:00 [WV1HHWEBWB01][D:2][T:116][ERROR] DotNetNuke.Services.Exceptions.Exceptions - Resource Not Found: - FileID=3439 System.Web.HttpException (0x80004005): Resource Not Found 2024-08-05 05:07:34.236-04:00 [WV1HHWEBWB01][D:2][T:83][FATAL] DotNetNuke.Framework.PageBase - An error has occurred while loading page. System.Web.HttpException (0x80004005): Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. at System.Web.UI.Page.get_Session() at DotNetNuke.Framework.CachePageStatePersister.Save() at System.Web.UI.Page.SavePageStateToPersistenceMedium(Object state) at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.d__523.MoveNext() 2024-08-05 05:07:34.283-04:00 [WV1HHWEBWB01][D:2][T:83][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. ---> System.Web.HttpException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. at System.Web.UI.Page.get_Session() at DotNetNuke.Framework.CachePageStatePersister.Save() at System.Web.UI.Page.SavePageStateToPersistenceMedium(Object state) at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.d__523.MoveNext() --- End of inner exception stack trace --- 2024-08-05 05:08:57.139-04:00 [WV1HHWEBWB01][D:2][T:117][ERROR] DotNetNuke.Services.Exceptions.Exceptions - FriendlyMessage="Error: ChildCareStatisticalReport is currently unavailable." ctrl="ASP.desktopmodules_childcarestatisticalreport_view_ascx" exc="System.ArgumentNullException: Value cannot be null. Parameter name: file at DotNetNuke.Services.FileSystem.FileManager.GetUrl(IFileInfo file) at DCDEE.Modules.ChildCareStatisticalReport.View.BuildList() at DCDEE.Modules.ChildCareStatisticalReport.View.Page_Load(Object sender, EventArgs e)" 2024-08-05 05:24:40.412-04:00 [WV1HHWEBWB01][D:2][T:63][ERROR] DotNetNuke.Services.Exceptions.Exceptions - FriendlyMessage="Error: ChildCareStatisticalReport is currently unavailable." ctrl="ASP.desktopmodules_childcarestatisticalreport_view_ascx" exc="System.ArgumentNullException: Value cannot be null. Parameter name: file at DotNetNuke.Services.FileSystem.FileManager.GetUrl(IFileInfo file) at DCDEE.Modules.ChildCareStatisticalReport.View.BuildList() at DCDEE.Modules.ChildCareStatisticalReport.View.Page_Load(Object sender, EventArgs e)" 2024-08-05 05:50:07.146-04:00 [WV1HHWEBWB01][D:2][T:9][FATAL] DotNetNuke.Web.Common.Internal.DotNetNukeHttpApplication - System.Web.HttpException (0x80004005): A potentially dangerous Request.Path value was detected from the client (<). at System.Web.HttpRequest.ValidateInputIfRequiredByConfig() at System.Web.HttpApplication.PipelineStepManager.ValidateHelper(HttpContext context) 2024-08-05 05:56:07.080-04:00 [WV1HHWEBWB01][D:2][T:9][ERROR] DotNetNuke.Services.Exceptions.Exceptions - Resource Not Found: - FileID=3439 System.Web.HttpException (0x80004005): Resource Not Found 2024-08-05 05:56:07.613-04:00 [WV1HHWEBWB01][D:2][T:101][FATAL] DotNetNuke.Framework.PageBase - An error has occurred while loading page. System.Web.HttpException (0x80004005): Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. at System.Web.UI.Page.get_Session() at DotNetNuke.Framework.CachePageStatePersister.Save() at System.Web.UI.Page.SavePageStateToPersistenceMedium(Object state) at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.d__523.MoveNext() 2024-08-05 05:56:07.671-04:00 [WV1HHWEBWB01][D:2][T:101][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. ---> System.Web.HttpException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. at System.Web.UI.Page.get_Session() at DotNetNuke.Framework.CachePageStatePersister.Save() at System.Web.UI.Page.SavePageStateToPersistenceMedium(Object state) at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.d__523.MoveNext() --- End of inner exception stack trace --- 2024-08-05 06:15:18.581-04:00 [WV1HHWEBWB01][D:2][T:9][FATAL] DotNetNuke.Framework.PageBase - An error has occurred while loading page. System.ArgumentNullException: Value cannot be null. Parameter name: file at DotNetNuke.Services.FileSystem.FileManager.GetUrl(IFileInfo file) at DCDEE.Modules.ExpenditureReports.View.rlvReports_ItemCreated(Object sender, RadListViewItemEventArgs e) at Telerik.Web.UI.RadListView.OnItemDataBound(RadListViewItemEventArgs e) at Telerik.Web.UI.RadListView.BuildDataItem(Int32 itemsCreatedCount, Control itemContainer, Boolean dataBinding, Object dataItem, Int32& controlIndex) at Telerik.Web.UI.RadListView.BuildDataGroupsRecursive(Control container, IEnumerable dataSource, Int32 level, Boolean dataBinding, Int32& itemsCreatedCount, List`1& dsGroups, Boolean isLastGroup, String aKey) at Telerik.Web.UI.RadListView.CreateItemsWithDataGroups(Control container, IEnumerable dataSource, Boolean dataBinding) at Telerik.Web.UI.RadListView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at Telerik.Web.UI.RadListView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at Telerik.Web.UI.RadListView.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at Telerik.Web.UI.RadListView.DataBind() at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() at Telerik.Web.UI.RadListView.CreateChildControls() at System.Web.UI.Control.EnsureChildControls() at System.Web.UI.WebControls.CompositeDataBoundControl.get_Controls() at Telerik.Web.UI.RadAjaxControl.PopulatePlainPanels(Control parent, List`1 list, Control root) at Telerik.Web.UI.RadAjaxControl.OnPagePreRender(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Web.UI.Control.OnPreRender(EventArgs e) at DotNetNuke.Framework.PageBase.OnPreRender(EventArgs e) at DotNetNuke.Framework.DefaultPage.OnPreRender(EventArgs evt) at System.Web.UI.Control.d__249.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Util.WithinCancellableCallbackTaskAwaitable.WithinCancellableCallbackTaskAwaiter.GetResult() at System.Web.UI.Page.d__523.MoveNext() 2024-08-05 06:15:18.688-04:00 [WV1HHWEBWB01][D:2][T:9][ERROR] DotNetNuke.Services.Exceptions.Exceptions - ~/Default.aspx?tabid=372&error=An unexpected error has occurred&content=0 System.ArgumentNullException: Value cannot be null. Parameter name: file at DotNetNuke.Services.FileSystem.FileManager.GetUrl(IFileInfo file) at DCDEE.Modules.ExpenditureReports.View.rlvReports_ItemCreated(Object sender, RadListViewItemEventArgs e) at Telerik.Web.UI.RadListView.OnItemDataBound(RadListViewItemEventArgs e) at Telerik.Web.UI.RadListView.BuildDataItem(Int32 itemsCreatedCount, Control itemContainer, Boolean dataBinding, Object dataItem, Int32& controlIndex) at Telerik.Web.UI.RadListView.BuildDataGroupsRecursive(Control container, IEnumerable dataSource, Int32 level, Boolean dataBinding, Int32& itemsCreatedCount, List`1& dsGroups, Boolean isLastGroup, String aKey) at Telerik.Web.UI.RadListView.CreateItemsWithDataGroups(Control container, IEnumerable dataSource, Boolean dataBinding) at Telerik.Web.UI.RadListView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at Telerik.Web.UI.RadListView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at Telerik.Web.UI.RadListView.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at Telerik.Web.UI.RadListView.DataBind() at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() at Telerik.Web.UI.RadListView.CreateChildControls() at System.Web.UI.Control.EnsureChildControls() at System.Web.UI.WebControls.CompositeDataBoundControl.get_Controls() at Telerik.Web.UI.RadAjaxControl.PopulatePlainPanels(Control parent, List`1 list, Control root) at Telerik.Web.UI.RadAjaxControl.OnPagePreRender(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Web.UI.Control.OnPreRender(EventArgs e) at DotNetNuke.Framework.PageBase.OnPreRender(EventArgs e) at DotNetNuke.Framework.DefaultPage.OnPreRender(EventArgs evt) at System.Web.UI.Control.d__249.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Util.WithinCancellableCallbackTaskAwaitable.WithinCancellableCallbackTaskAwaiter.GetResult() at System.Web.UI.Page.d__523.MoveNext() 2024-08-05 06:27:58.829-04:00 [WV1HHWEBWB01][D:2][T:64][ERROR] DotNetNuke.Services.Exceptions.Exceptions - FriendlyMessage="Error: ChildCareStatisticalReport is currently unavailable." ctrl="ASP.desktopmodules_childcarestatisticalreport_view_ascx" exc="System.ArgumentNullException: Value cannot be null. Parameter name: file at DotNetNuke.Services.FileSystem.FileManager.GetUrl(IFileInfo file) at DCDEE.Modules.ChildCareStatisticalReport.View.BuildList() at DCDEE.Modules.ChildCareStatisticalReport.View.Page_Load(Object sender, EventArgs e)" 2024-08-05 06:52:09.533-04:00 [WV1HHWEBWB01][D:2][T:62][FATAL] DotNetNuke.Framework.PageBase - An error has occurred while loading page. System.Data.SqlClient.SqlException (0x80131904): Must declare the scalar variable "@CountyId". Incorrect syntax near the keyword 'AND'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader() at DHHS.Modules.ChildCareFacilitySearch.Facility.CommonReader(SqlCommand cmd) at DHHS.Modules.ChildCareFacilitySearch.Facility.GetFacilities(FacilitySearchCriteria facilitySearchCriteria) at DHHS.Modules.ChildCareFacilitySearch.View.Search_SubmitQuery(Boolean licenseonly) at DHHS.Modules.ChildCareFacilitySearch.View.btnSearch_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.Button.OnClick(EventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.Button.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.d__523.MoveNext() ClientConnectionId:99fa5be1-fcb3-4c1c-8fe3-ff48173e08e0 Error Number:137,State:2,Class:15 2024-08-05 06:52:09.585-04:00 [WV1HHWEBWB01][D:2][T:62][ERROR] DotNetNuke.Services.Exceptions.Exceptions - ~/Default.aspx?tabid=639&error=An unexpected error has occurred&content=0 System.Data.SqlClient.SqlException (0x80131904): Must declare the scalar variable "@CountyId". Incorrect syntax near the keyword 'AND'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader() at DHHS.Modules.ChildCareFacilitySearch.Facility.CommonReader(SqlCommand cmd) at DHHS.Modules.ChildCareFacilitySearch.Facility.GetFacilities(FacilitySearchCriteria facilitySearchCriteria) at DHHS.Modules.ChildCareFacilitySearch.View.Search_SubmitQuery(Boolean licenseonly) at DHHS.Modules.ChildCareFacilitySearch.View.btnSearch_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.Button.OnClick(EventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.Button.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.d__523.MoveNext() ClientConnectionId:99fa5be1-fcb3-4c1c-8fe3-ff48173e08e0 Error Number:137,State:2,Class:15 2024-08-05 07:29:35.862-04:00 [WV1HHWEBWB01][D:2][T:62][FATAL] DotNetNuke.Web.Common.Internal.DotNetNukeHttpApplication - System.Web.HttpException (0x80004005): A potentially dangerous Request.Path value was detected from the client (<). at System.Web.HttpRequest.ValidateInputIfRequiredByConfig() at System.Web.HttpApplication.PipelineStepManager.ValidateHelper(HttpContext context) 2024-08-05 07:32:32.638-04:00 [WV1HHWEBWB01][D:2][T:95][ERROR] DotNetNuke.Services.Exceptions.Exceptions - Resource Not Found: - FileID=263 System.Web.HttpException (0x80004005): Resource Not Found 2024-08-05 07:32:33.297-04:00 [WV1HHWEBWB01][D:2][T:9][FATAL] DotNetNuke.Framework.PageBase - An error has occurred while loading page. System.Web.HttpException (0x80004005): Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. at System.Web.UI.Page.get_Session() at DotNetNuke.Framework.CachePageStatePersister.Save() at System.Web.UI.Page.SavePageStateToPersistenceMedium(Object state) at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.d__523.MoveNext() 2024-08-05 07:32:33.344-04:00 [WV1HHWEBWB01][D:2][T:9][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. ---> System.Web.HttpException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \