DNN Forums

Ask questions about your website to get help learning DNN and help resolve issues.

Extensions Not Loading

 2 Replies
 1 Subscribed to this topic
 30 Subscribed to this forum
Sort:
Author
Messages
New Around Here
Posts: 0
New Around Here

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 \\ 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 07:35:24.405-04:00 [WV1HHWEBWB01][D:2][T:62][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 07:35:24.485-04:00 [WV1HHWEBWB01][D:2][T:62][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 07:41:41.504-04:00 [WV1HHWEBWB01][D:2][T:62][ERROR] DotNetNuke.Services.Exceptions.Exceptions - Resource Not Found: - FileID=1085
System.Web.HttpException (0x80004005): Resource Not Found
2024-08-05 07:41:42.176-04:00 [WV1HHWEBWB01][D:2][T:87][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:41:42.207-04:00 [WV1HHWEBWB01][D:2][T:87][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 07:41:55.495-04:00 [WV1HHWEBWB01][D:2][T:65][ERROR] DotNetNuke.Services.Exceptions.Exceptions - Resource Not Found: - FileID=3439
System.Web.HttpException (0x80004005): Resource Not Found
2024-08-05 07:41:55.949-04:00 [WV1HHWEBWB01][D:2][T:62][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:41:55.949-04:00 [WV1HHWEBWB01][D:2][T:62][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 07:46:08.203-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #a99e7acb-b8af-4487-a130-28929090fcf3 (Item dnnfile-9251 from portal 0). Job details: {"Guid":"a99e7acb-b8af-4487-a130-28929090fcf3","Priority":5,"Due":"2024-08-05T11:46:07.7733333+00:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-9251","Contents":null,"ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T11:46:07.6633333+00:00","Status":"Failed","RetryCount":0,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 07:46:18.345-04:00 [WV1HHWEBWB01][D:2][T:72][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #7fa7bff2-8792-473d-8ebc-301c8cdec06c (Item dnnfile-9252 from portal 0). Job details: {"Guid":"7fa7bff2-8792-473d-8ebc-301c8cdec06c","Priority":5,"Due":"2024-08-05T11:46:07.88+00:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-9252","Contents":null,"ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T11:46:07.8433333+00:00","Status":"Failed","RetryCount":0,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 07:46:43.121-04:00 [WV1HHWEBWB01][D:2][T:76][FATAL] DotNetNuke.Web.Common.Internal.DotNetNukeHttpApplication - System.Web.HttpException (0x80004005): The file '/sitemap.ashx' does not exist.
   at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath)
   at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
   at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
   at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate)
   at System.Web.UI.SimpleHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
   at System.Web.UI.SimpleHandlerFactory.GetHandler(HttpContext context, String requestType, String virtualPath, String path)
   at System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
2024-08-05 07:46:49.707-04:00 [WV1HHWEBWB01][D:2][T:36][FATAL] DotNetNuke.Web.Common.Internal.DotNetNukeHttpApplication - System.Web.HttpException (0x80004005): The file '/sitemap.ashx' does not exist.
   at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath)
   at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
   at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
   at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate)
   at System.Web.UI.SimpleHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
   at System.Web.UI.SimpleHandlerFactory.GetHandler(HttpContext context, String requestType, String virtualPath, String path)
   at System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
2024-08-05 07:47:08.549-04:00 [WV1HHWEBWB01][D:2][T:75][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #a99e7acb-b8af-4487-a130-28929090fcf3 (Item dnnfile-9251 from portal 0). Job details: {"Guid":"a99e7acb-b8af-4487-a130-28929090fcf3","Priority":5,"Due":"2024-08-05T07:47:08.2972288-04:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-9251","Contents":"","ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T11:46:07.6633333+00:00","Status":"Failed","RetryCount":1,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 07:47:18.629-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #7fa7bff2-8792-473d-8ebc-301c8cdec06c (Item dnnfile-9252 from portal 0). Job details: {"Guid":"7fa7bff2-8792-473d-8ebc-301c8cdec06c","Priority":5,"Due":"2024-08-05T07:47:18.3768082-04:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-9252","Contents":"","ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T11:46:07.8433333+00:00","Status":"Failed","RetryCount":1,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 07:48:08.804-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #a99e7acb-b8af-4487-a130-28929090fcf3 (Item dnnfile-9251 from portal 0). Job details: {"Guid":"a99e7acb-b8af-4487-a130-28929090fcf3","Priority":5,"Due":"2024-08-05T07:48:08.5962396-04:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-9251","Contents":"","ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T11:46:07.6633333+00:00","Status":"Failed","RetryCount":2,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 07:48:08.898-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: Tried 3 times to index Job #a99e7acb-b8af-4487-a130-28929090fcf3 (Item dnnfile-9251 from portal 0) and it failed. The job will be abandoned and removed from queue. Job details: {"Guid":"a99e7acb-b8af-4487-a130-28929090fcf3","Priority":5,"Due":"2024-08-05T07:48:08.5962396-04:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-9251","Contents":"","ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T11:46:07.6633333+00:00","Status":"Failed","RetryCount":3,"IsDeleted":false}
2024-08-05 07:48:18.975-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #7fa7bff2-8792-473d-8ebc-301c8cdec06c (Item dnnfile-9252 from portal 0). Job details: {"Guid":"7fa7bff2-8792-473d-8ebc-301c8cdec06c","Priority":5,"Due":"2024-08-05T07:48:18.67654-04:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-9252","Contents":"","ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T11:46:07.8433333+00:00","Status":"Failed","RetryCount":2,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 07:48:19.015-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: Tried 3 times to index Job #7fa7bff2-8792-473d-8ebc-301c8cdec06c (Item dnnfile-9252 from portal 0) and it failed. The job will be abandoned and removed from queue. Job details: {"Guid":"7fa7bff2-8792-473d-8ebc-301c8cdec06c","Priority":5,"Due":"2024-08-05T07:48:18.67654-04:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-9252","Contents":"","ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T11:46:07.8433333+00:00","Status":"Failed","RetryCount":3,"IsDeleted":false}
2024-08-05 07:49:23.319-04:00 [WV1HHWEBWB01][D:2][T:63][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.IO.FileNotFoundException: Could not find file 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.attrib.resources'.
File name: 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.attrib.resources'
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path)
   at System.IO.File.OpenText(String path)
   at DotNetNuke.Services.OutputCache.Providers.FileProvider.StreamOutput(Int32 tabId, String cacheKey, HttpContext context)
2024-08-05 07:49:23.382-04:00 [WV1HHWEBWB01][D:2][T:63][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 07:49:23.520-04:00 [WV1HHWEBWB01][D:2][T:63][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 07:49:23.624-04:00 [WV1HHWEBWB01][D:2][T:63][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 07:49:23.727-04:00 [WV1HHWEBWB01][D:2][T:63][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 07:49:23.839-04:00 [WV1HHWEBWB01][D:2][T:63][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 07:49:23.948-04:00 [WV1HHWEBWB01][D:2][T:63][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 07:49:24.057-04:00 [WV1HHWEBWB01][D:2][T:63][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 07:49:24.167-04:00 [WV1HHWEBWB01][D:2][T:63][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 07:49:24.276-04:00 [WV1HHWEBWB01][D:2][T:63][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 07:49:24.386-04:00 [WV1HHWEBWB01][D:2][T:63][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 07:49:24.493-04:00 [WV1HHWEBWB01][D:2][T:63][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 07:53:27.071-04:00 [WV1HHWEBWB01][D:2][T:75][ERROR] DotNetNuke.Services.Exceptions.Exceptions - Resource Not Found: - FileID=263
System.Web.HttpException (0x80004005): Resource Not Found
2024-08-05 07:53:27.857-04:00 [WV1HHWEBWB01][D:2][T:43][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:53:27.927-04:00 [WV1HHWEBWB01][D:2][T:43][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 07:58:05.664-04:00 [WV1HHWEBWB01][D:2][T:103][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 07:59:27.369-04:00 [WV1HHWEBWB01][D:2][T:65][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.IO.FileNotFoundException: Could not find file 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.attrib.resources'.
File name: 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.attrib.resources'
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path)
   at System.IO.File.OpenText(String path)
   at DotNetNuke.Services.OutputCache.Providers.FileProvider.StreamOutput(Int32 tabId, String cacheKey, HttpContext context)
2024-08-05 07:59:27.736-04:00 [WV1HHWEBWB01][D:2][T:65][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 08:07:56.096-04:00 [WV1HHWEBWB01][D:2][T:112][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 08:07:56.175-04:00 [WV1HHWEBWB01][D:2][T:112][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 08:08:20.096-04:00 [WV1HHWEBWB01][D:2][T:63][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 08:09:18.644-04:00 [WV1HHWEBWB01][D:2][T:103][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 08:28:12.110-04:00 [WV1HHWEBWB01][D:2][T:29][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 08:33:07.758-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #8c0865fe-0d32-442a-b1f2-352d7c5bd316 (Item dnnfile-9253 from portal 0). Job details: {"Guid":"8c0865fe-0d32-442a-b1f2-352d7c5bd316","Priority":5,"Due":"2024-08-05T12:33:05.0966667+00:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-9253","Contents":null,"ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T12:33:04.74+00:00","Status":"Failed","RetryCount":0,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 08:33:17.874-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #22426fd8-eaeb-46b0-877a-5a4168f4d6ec (Item dnnfile-9231 from portal 0). Job details: {"Guid":"22426fd8-eaeb-46b0-877a-5a4168f4d6ec","Priority":5,"Due":"2024-08-05T12:33:12.34+00:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-9231","Contents":null,"ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T12:33:12.34+00:00","Status":"Failed","RetryCount":0,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 08:34:08.143-04:00 [WV1HHWEBWB01][D:2][T:75][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #8c0865fe-0d32-442a-b1f2-352d7c5bd316 (Item dnnfile-9253 from portal 0). Job details: {"Guid":"8c0865fe-0d32-442a-b1f2-352d7c5bd316","Priority":5,"Due":"2024-08-05T08:34:07.8211566-04:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-9253","Contents":"","ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T12:33:04.74+00:00","Status":"Failed","RetryCount":1,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 08:34:18.242-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #22426fd8-eaeb-46b0-877a-5a4168f4d6ec (Item dnnfile-9231 from portal 0). Job details: {"Guid":"22426fd8-eaeb-46b0-877a-5a4168f4d6ec","Priority":5,"Due":"2024-08-05T08:34:17.8898336-04:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-9231","Contents":"","ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T12:33:12.34+00:00","Status":"Failed","RetryCount":1,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 08:35:09.239-04:00 [WV1HHWEBWB01][D:2][T:79][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #8c0865fe-0d32-442a-b1f2-352d7c5bd316 (Item dnnfile-9253 from portal 0). Job details: {"Guid":"8c0865fe-0d32-442a-b1f2-352d7c5bd316","Priority":5,"Due":"2024-08-05T08:35:08.2055791-04:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-9253","Contents":"","ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T12:33:04.74+00:00","Status":"Failed","RetryCount":2,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 08:35:09.527-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: Tried 3 times to index Job #8c0865fe-0d32-442a-b1f2-352d7c5bd316 (Item dnnfile-9253 from portal 0) and it failed. The job will be abandoned and removed from queue. Job details: {"Guid":"8c0865fe-0d32-442a-b1f2-352d7c5bd316","Priority":5,"Due":"2024-08-05T08:35:08.2055791-04:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-9253","Contents":"","ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T12:33:04.74+00:00","Status":"Failed","RetryCount":3,"IsDeleted":false}
2024-08-05 08:35:19.590-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #22426fd8-eaeb-46b0-877a-5a4168f4d6ec (Item dnnfile-9231 from portal 0). Job details: {"Guid":"22426fd8-eaeb-46b0-877a-5a4168f4d6ec","Priority":5,"Due":"2024-08-05T08:35:18.2610356-04:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-9231","Contents":"","ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T12:33:12.34+00:00","Status":"Failed","RetryCount":2,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 08:35:19.621-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: Tried 3 times to index Job #22426fd8-eaeb-46b0-877a-5a4168f4d6ec (Item dnnfile-9231 from portal 0) and it failed. The job will be abandoned and removed from queue. Job details: {"Guid":"22426fd8-eaeb-46b0-877a-5a4168f4d6ec","Priority":5,"Due":"2024-08-05T08:35:18.2610356-04:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-9231","Contents":"","ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T12:33:12.34+00:00","Status":"Failed","RetryCount":3,"IsDeleted":false}
2024-08-05 08:38:59.111-04:00 [WV1HHWEBWB01][D:2][T:104][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 08:39:10.505-04:00 [WV1HHWEBWB01][D:2][T:43][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 08:39:14.503-04:00 [WV1HHWEBWB01][D:2][T:91][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 08:47:06.059-04:00 [WV1HHWEBWB01][D:2][T:65][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.IO.IOException: The process cannot access the file 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\2403_12501F292E5A603685E3125A20F9FDC5BC468018D1CD219CABAB93D3EFC7C5A9.data.resources' because it is being used by another process.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.File.InternalWriteAllBytes(String path, Byte[] bytes, Boolean checkHost)
   at System.IO.File.WriteAllBytes(String path, Byte[] bytes)
   at DotNetNuke.Services.ModuleCache.FileProvider.SetModule(Int32 tabModuleId, String cacheKey, TimeSpan duration, Byte[] output)
2024-08-05 08:48:52.159-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #ecd9ff3c-1e02-403f-b3bb-21a12d368d1b (Item dnnfile-9254 from portal 0). Job details: {"Guid":"ecd9ff3c-1e02-403f-b3bb-21a12d368d1b","Priority":5,"Due":"2024-08-05T12:48:49.0433333+00:00","Action":"add","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-9254","Contents":null,"ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T12:48:49.0433333+00:00","Status":"Failed","RetryCount":0,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 08:48:52.206-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #c5205cd0-5e6b-4b91-a1f3-375fe3bbc118 (Item dnnfile-9254 from portal 0). Job details: {"Guid":"c5205cd0-5e6b-4b91-a1f3-375fe3bbc118","Priority":5,"Due":"2024-08-05T12:48:49.0433333+00:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-9254","Contents":null,"ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T12:48:49.0433333+00:00","Status":"Failed","RetryCount":0,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 08:49:52.402-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #c5205cd0-5e6b-4b91-a1f3-375fe3bbc118 (Item dnnfile-9254 from portal 0). Job details: {"Guid":"c5205cd0-5e6b-4b91-a1f3-375fe3bbc118","Priority":5,"Due":"2024-08-05T08:49:52.279197-04:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-9254","Contents":"","ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T12:48:49.0433333+00:00","Status":"Failed","RetryCount":1,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 08:50:52.560-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #c5205cd0-5e6b-4b91-a1f3-375fe3bbc118 (Item dnnfile-9254 from portal 0). Job details: {"Guid":"c5205cd0-5e6b-4b91-a1f3-375fe3bbc118","Priority":5,"Due":"2024-08-05T08:50:52.4181019-04:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-9254","Contents":"","ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T12:48:49.0433333+00:00","Status":"Failed","RetryCount":2,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 08:50:52.592-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: Tried 3 times to index Job #c5205cd0-5e6b-4b91-a1f3-375fe3bbc118 (Item dnnfile-9254 from portal 0) and it failed. The job will be abandoned and removed from queue. Job details: {"Guid":"c5205cd0-5e6b-4b91-a1f3-375fe3bbc118","Priority":5,"Due":"2024-08-05T08:50:52.4181019-04:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-9254","Contents":"","ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T12:48:49.0433333+00:00","Status":"Failed","RetryCount":3,"IsDeleted":false}
2024-08-05 08:51:32.279-04:00 [WV1HHWEBWB01][D:2][T:37][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:2a011925-6eb7-4df3-9c6d-f03ff527b4fe
Error Number:137,State:2,Class:15
2024-08-05 08:51:32.326-04:00 [WV1HHWEBWB01][D:2][T:37][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:2a011925-6eb7-4df3-9c6d-f03ff527b4fe
Error Number:137,State:2,Class:15
2024-08-05 08:52:53.470-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #13e795c9-7222-41bd-9b9d-7dbe8257dbec (Item dnnfile-9255 from portal 0). Job details: {"Guid":"13e795c9-7222-41bd-9b9d-7dbe8257dbec","Priority":5,"Due":"2024-08-05T12:52:50.2933333+00:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-9255","Contents":null,"ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T12:52:50.2766667+00:00","Status":"Failed","RetryCount":0,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 08:53:53.964-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #13e795c9-7222-41bd-9b9d-7dbe8257dbec (Item dnnfile-9255 from portal 0). Job details: {"Guid":"13e795c9-7222-41bd-9b9d-7dbe8257dbec","Priority":5,"Due":"2024-08-05T08:53:53.5806736-04:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-9255","Contents":"","ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T12:52:50.2766667+00:00","Status":"Failed","RetryCount":1,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 08:54:01.122-04:00 [WV1HHWEBWB01][D:2][T:43][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 08:54:55.028-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #13e795c9-7222-41bd-9b9d-7dbe8257dbec (Item dnnfile-9255 from portal 0). Job details: {"Guid":"13e795c9-7222-41bd-9b9d-7dbe8257dbec","Priority":5,"Due":"2024-08-05T08:54:54.8822271-04:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-9255","Contents":"","ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T12:52:50.2766667+00:00","Status":"Failed","RetryCount":2,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 08:54:55.060-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: Tried 3 times to index Job #13e795c9-7222-41bd-9b9d-7dbe8257dbec (Item dnnfile-9255 from portal 0) and it failed. The job will be abandoned and removed from queue. Job details: {"Guid":"13e795c9-7222-41bd-9b9d-7dbe8257dbec","Priority":5,"Due":"2024-08-05T08:54:54.8822271-04:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-9255","Contents":"","ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T12:52:50.2766667+00:00","Status":"Failed","RetryCount":3,"IsDeleted":false}
2024-08-05 09:19:48.632-04:00 [WV1HHWEBWB01][D:2][T:59][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:8be2ed09-1622-4432-a152-8a7113b72be0
Error Number:137,State:2,Class:15
2024-08-05 09:19:48.695-04:00 [WV1HHWEBWB01][D:2][T:59][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:8be2ed09-1622-4432-a152-8a7113b72be0
Error Number:137,State:2,Class:15
2024-08-05 09:20:31.681-04:00 [WV1HHWEBWB01][D:2][T:107][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:49222daf-2a1f-4049-967d-fb5865ac705e
Error Number:137,State:2,Class:15
2024-08-05 09:20:31.697-04:00 [WV1HHWEBWB01][D:2][T:107][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:49222daf-2a1f-4049-967d-fb5865ac705e
Error Number:137,State:2,Class:15
2024-08-05 09:21:36.151-04:00 [WV1HHWEBWB01][D:2][T:69][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 09:21:36.408-04:00 [WV1HHWEBWB01][D:2][T:69][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 09:26:22.603-04:00 [WV1HHWEBWB01][D:2][T:39][ERROR] DotNetNuke.Services.Exceptions.Exceptions - Resource Not Found: - FileID=263
System.Web.HttpException (0x80004005): Resource Not Found
2024-08-05 09:26:23.182-04:00 [WV1HHWEBWB01][D:2][T:70][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 09:26:23.229-04:00 [WV1HHWEBWB01][D:2][T:70][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 09:26:52.223-04:00 [WV1HHWEBWB01][D:2][T:70][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #ab58c70e-997f-4a2a-bc11-80065c378edd (Item dnnfile-6773 from portal 0). Job details: {"Guid":"ab58c70e-997f-4a2a-bc11-80065c378edd","Priority":5,"Due":"2024-08-05T13:26:45.37+00:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-6773","Contents":null,"ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T13:26:45.3066667+00:00","Status":"Failed","RetryCount":0,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 09:27:03.038-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #0156ac14-50e6-46b2-b9cf-06d035ac35fa (Item dnnfile-6772 from portal 0). Job details: {"Guid":"0156ac14-50e6-46b2-b9cf-06d035ac35fa","Priority":5,"Due":"2024-08-05T13:26:58.34+00:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-6772","Contents":null,"ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T13:26:58.2433333+00:00","Status":"Failed","RetryCount":0,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 09:27:53.155-04:00 [WV1HHWEBWB01][D:2][T:90][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #ab58c70e-997f-4a2a-bc11-80065c378edd (Item dnnfile-6773 from portal 0). Job details: {"Guid":"ab58c70e-997f-4a2a-bc11-80065c378edd","Priority":5,"Due":"2024-08-05T09:27:52.7145393-04:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-6773","Contents":"","ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T13:26:45.3066667+00:00","Status":"Failed","RetryCount":1,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 09:28:03.197-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #0156ac14-50e6-46b2-b9cf-06d035ac35fa (Item dnnfile-6772 from portal 0). Job details: {"Guid":"0156ac14-50e6-46b2-b9cf-06d035ac35fa","Priority":5,"Due":"2024-08-05T09:28:03.0695025-04:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-6772","Contents":"","ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T13:26:58.2433333+00:00","Status":"Failed","RetryCount":1,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 09:28:53.425-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #ab58c70e-997f-4a2a-bc11-80065c378edd (Item dnnfile-6773 from portal 0). Job details: {"Guid":"ab58c70e-997f-4a2a-bc11-80065c378edd","Priority":5,"Due":"2024-08-05T09:28:53.1865432-04:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-6773","Contents":"","ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T13:26:45.3066667+00:00","Status":"Failed","RetryCount":2,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 09:28:53.457-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: Tried 3 times to index Job #ab58c70e-997f-4a2a-bc11-80065c378edd (Item dnnfile-6773 from portal 0) and it failed. The job will be abandoned and removed from queue. Job details: {"Guid":"ab58c70e-997f-4a2a-bc11-80065c378edd","Priority":5,"Due":"2024-08-05T09:28:53.1865432-04:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-6773","Contents":"","ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T13:26:45.3066667+00:00","Status":"Failed","RetryCount":3,"IsDeleted":false}
2024-08-05 09:29:03.764-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #0156ac14-50e6-46b2-b9cf-06d035ac35fa (Item dnnfile-6772 from portal 0). Job details: {"Guid":"0156ac14-50e6-46b2-b9cf-06d035ac35fa","Priority":5,"Due":"2024-08-05T09:29:03.2291368-04:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-6772","Contents":"","ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T13:26:58.2433333+00:00","Status":"Failed","RetryCount":2,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 09:29:03.794-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: Tried 3 times to index Job #0156ac14-50e6-46b2-b9cf-06d035ac35fa (Item dnnfile-6772 from portal 0) and it failed. The job will be abandoned and removed from queue. Job details: {"Guid":"0156ac14-50e6-46b2-b9cf-06d035ac35fa","Priority":5,"Due":"2024-08-05T09:29:03.2291368-04:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-6772","Contents":"","ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T13:26:58.2433333+00:00","Status":"Failed","RetryCount":3,"IsDeleted":false}
2024-08-05 09:38:40.421-04:00 [WV1HHWEBWB01][D:2][T:82][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:21a579ff-3cdd-421b-a65d-89d7dc6cf2e7
Error Number:137,State:2,Class:15
2024-08-05 09:38:40.510-04:00 [WV1HHWEBWB01][D:2][T:82][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:21a579ff-3cdd-421b-a65d-89d7dc6cf2e7
Error Number:137,State:2,Class:15
2024-08-05 09:38:57.001-04:00 [WV1HHWEBWB01][D:2][T:70][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:21a579ff-3cdd-421b-a65d-89d7dc6cf2e7
Error Number:137,State:2,Class:15
2024-08-05 09:38:57.001-04:00 [WV1HHWEBWB01][D:2][T:70][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:21a579ff-3cdd-421b-a65d-89d7dc6cf2e7
Error Number:137,State:2,Class:15
2024-08-05 09:41:07.262-04:00 [WV1HHWEBWB01][D:2][T:30][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #c7d2671b-6f96-48a2-9b29-108c83dd8ba0 (Item dnnfile-7593 from portal 0). Job details: {"Guid":"c7d2671b-6f96-48a2-9b29-108c83dd8ba0","Priority":5,"Due":"2024-08-05T13:41:01.67+00:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-7593","Contents":null,"ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T13:41:01.67+00:00","Status":"Failed","RetryCount":0,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 09:42:07.480-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #c7d2671b-6f96-48a2-9b29-108c83dd8ba0 (Item dnnfile-7593 from portal 0). Job details: {"Guid":"c7d2671b-6f96-48a2-9b29-108c83dd8ba0","Priority":5,"Due":"2024-08-05T09:42:07.3311057-04:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-7593","Contents":"","ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T13:41:01.67+00:00","Status":"Failed","RetryCount":1,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 09:43:07.618-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #c7d2671b-6f96-48a2-9b29-108c83dd8ba0 (Item dnnfile-7593 from portal 0). Job details: {"Guid":"c7d2671b-6f96-48a2-9b29-108c83dd8ba0","Priority":5,"Due":"2024-08-05T09:43:07.496551-04:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-7593","Contents":"","ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T13:41:01.67+00:00","Status":"Failed","RetryCount":2,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 09:43:07.650-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: Tried 3 times to index Job #c7d2671b-6f96-48a2-9b29-108c83dd8ba0 (Item dnnfile-7593 from portal 0) and it failed. The job will be abandoned and removed from queue. Job details: {"Guid":"c7d2671b-6f96-48a2-9b29-108c83dd8ba0","Priority":5,"Due":"2024-08-05T09:43:07.496551-04:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-7593","Contents":"","ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T13:41:01.67+00:00","Status":"Failed","RetryCount":3,"IsDeleted":false}
2024-08-05 09:43:23.873-04:00 [WV1HHWEBWB01][D:2][T:23][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.IO.FileNotFoundException: Could not find file 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.attrib.resources'.
File name: 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.attrib.resources'
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path)
   at System.IO.File.OpenText(String path)
   at DotNetNuke.Services.OutputCache.Providers.FileProvider.StreamOutput(Int32 tabId, String cacheKey, HttpContext context)
2024-08-05 09:43:53.923-04:00 [WV1HHWEBWB01][D:2][T:56][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:5deae574-4b74-444d-9f70-8df213b4f4ac
Error Number:137,State:2,Class:15
2024-08-05 09:43:53.973-04:00 [WV1HHWEBWB01][D:2][T:56][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:5deae574-4b74-444d-9f70-8df213b4f4ac
Error Number:137,State:2,Class:15
2024-08-05 09:49:39.254-04:00 [WV1HHWEBWB01][D:2][T:3][ERROR] DotNetNuke.Services.Exceptions.Exceptions - Resource Not Found: - FileID=263
System.Web.HttpException (0x80004005): Resource Not Found
2024-08-05 09:49:39.878-04:00 [WV1HHWEBWB01][D:2][T:8][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 09:49:39.916-04:00 [WV1HHWEBWB01][D:2][T:8][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 09:51:01.783-04:00 [WV1HHWEBWB01][D:2][T:27][ERROR] DotNetNuke.Services.Exceptions.Exceptions - Resource Not Found: - FileID=1085
System.Web.HttpException (0x80004005): Resource Not Found
2024-08-05 09:51:01.922-04:00 [WV1HHWEBWB01][D:2][T:67][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 09:51:01.930-04:00 [WV1HHWEBWB01][D:2][T:67][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 09:51:11.022-04:00 [WV1HHWEBWB01][D:2][T:69][ERROR] DotNetNuke.Services.Exceptions.Exceptions - Resource Not Found: - FileID=263
System.Web.HttpException (0x80004005): Resource Not Found
2024-08-05 09:51:11.163-04:00 [WV1HHWEBWB01][D:2][T:106][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 09:51:11.166-04:00 [WV1HHWEBWB01][D:2][T:106][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 09:52:22.205-04:00 [WV1HHWEBWB01][D:2][T:30][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 09:52:22.927-04:00 [WV1HHWEBWB01][D:2][T:8][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 09:52:34.672-04:00 [WV1HHWEBWB01][D:2][T:69][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 09:53:10.332-04:00 [WV1HHWEBWB01][D:2][T:77][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 09:54:04.105-04:00 [WV1HHWEBWB01][D:2][T:59][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.IO.FileNotFoundException: Could not find file 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.attrib.resources'.
File name: 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.attrib.resources'
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path)
   at System.IO.File.OpenText(String path)
   at DotNetNuke.Services.OutputCache.Providers.FileProvider.StreamOutput(Int32 tabId, String cacheKey, HttpContext context)
2024-08-05 09:54:04.145-04:00 [WV1HHWEBWB01][D:2][T:59][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 09:57:35.606-04:00 [WV1HHWEBWB01][D:2][T:23][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:554b1b27-b3ba-4d0d-8a8f-b94eae8da1c6
Error Number:137,State:2,Class:15
2024-08-05 09:57:35.669-04:00 [WV1HHWEBWB01][D:2][T:23][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:554b1b27-b3ba-4d0d-8a8f-b94eae8da1c6
Error Number:137,State:2,Class:15
2024-08-05 10:01:40.775-04:00 [WV1HHWEBWB01][D:2][T:67][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #d001c690-606e-478d-82ba-5e322830169a (Item dnnfile-7647 from portal 0). Job details: {"Guid":"d001c690-606e-478d-82ba-5e322830169a","Priority":5,"Due":"2024-08-05T14:01:40.02+00:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-7647","Contents":null,"ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T14:01:40.0033333+00:00","Status":"Failed","RetryCount":0,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 10:02:42.286-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #d001c690-606e-478d-82ba-5e322830169a (Item dnnfile-7647 from portal 0). Job details: {"Guid":"d001c690-606e-478d-82ba-5e322830169a","Priority":5,"Due":"2024-08-05T10:02:40.8378617-04:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-7647","Contents":"","ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T14:01:40.0033333+00:00","Status":"Failed","RetryCount":1,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 10:03:42.855-04:00 [WV1HHWEBWB01][D:2][T:80][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #d001c690-606e-478d-82ba-5e322830169a (Item dnnfile-7647 from portal 0). Job details: {"Guid":"d001c690-606e-478d-82ba-5e322830169a","Priority":5,"Due":"2024-08-05T10:03:42.3494891-04:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-7647","Contents":"","ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T14:01:40.0033333+00:00","Status":"Failed","RetryCount":2,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 10:03:43.407-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: Tried 3 times to index Job #d001c690-606e-478d-82ba-5e322830169a (Item dnnfile-7647 from portal 0) and it failed. The job will be abandoned and removed from queue. Job details: {"Guid":"d001c690-606e-478d-82ba-5e322830169a","Priority":5,"Due":"2024-08-05T10:03:42.3494891-04:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-7647","Contents":"","ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T14:01:40.0033333+00:00","Status":"Failed","RetryCount":3,"IsDeleted":false}
2024-08-05 10:04:34.696-04:00 [WV1HHWEBWB01][D:2][T:90][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.IO.FileNotFoundException: Could not find file 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.attrib.resources'.
File name: 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.attrib.resources'
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path)
   at System.IO.File.OpenText(String path)
   at DotNetNuke.Services.OutputCache.Providers.FileProvider.StreamOutput(Int32 tabId, String cacheKey, HttpContext context)
2024-08-05 10:04:34.758-04:00 [WV1HHWEBWB01][D:2][T:90][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:04:34.878-04:00 [WV1HHWEBWB01][D:2][T:90][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:04:34.985-04:00 [WV1HHWEBWB01][D:2][T:90][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:04:35.095-04:00 [WV1HHWEBWB01][D:2][T:90][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:04:35.203-04:00 [WV1HHWEBWB01][D:2][T:90][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:04:35.319-04:00 [WV1HHWEBWB01][D:2][T:90][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:04:35.444-04:00 [WV1HHWEBWB01][D:2][T:90][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:04:35.584-04:00 [WV1HHWEBWB01][D:2][T:90][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:04:35.779-04:00 [WV1HHWEBWB01][D:2][T:90][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:05:23.347-04:00 [WV1HHWEBWB01][D:2][T:27][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:b5934c3c-e13a-4558-b69d-0310d9663c74
Error Number:137,State:2,Class:15
2024-08-05 10:05:23.425-04:00 [WV1HHWEBWB01][D:2][T:27][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:b5934c3c-e13a-4558-b69d-0310d9663c74
Error Number:137,State:2,Class:15
2024-08-05 10:07:45.624-04:00 [WV1HHWEBWB01][D:2][T:77][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:b5934c3c-e13a-4558-b69d-0310d9663c74
Error Number:137,State:2,Class:15
2024-08-05 10:07:45.687-04:00 [WV1HHWEBWB01][D:2][T:77][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:b5934c3c-e13a-4558-b69d-0310d9663c74
Error Number:137,State:2,Class:15
2024-08-05 10:14:03.674-04:00 [WV1HHWEBWB01][D:2][T:3][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 10:14:04.545-04:00 [WV1HHWEBWB01][D:2][T:3][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 10:15:19.990-04:00 [WV1HHWEBWB01][D:2][T:76][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.IO.IOException: The process cannot access the file 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\688_12501F292E5A603685E3125A20F9FDC5BC468018D1CD219CABAB93D3EFC7C5A9.attrib.resources' because it is being used by another process.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
   at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
   at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding)
   at System.IO.File.WriteAllLines(String path, String[] contents)
   at DotNetNuke.Services.ModuleCache.FileProvider.SetModule(Int32 tabModuleId, String cacheKey, TimeSpan duration, Byte[] output)
2024-08-05 10:20:38.129-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 10:23:40.535-04:00 [WV1HHWEBWB01][D:2][T:73][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 10:26:13.585-04:00 [WV1HHWEBWB01][D:2][T:10][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.attrib.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:13.601-04:00 [WV1HHWEBWB01][D:2][T:114][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.attrib.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:14.274-04:00 [WV1HHWEBWB01][D:2][T:99][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.IO.FileNotFoundException: Could not find file 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.attrib.resources'.
File name: 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.attrib.resources'
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path)
   at System.IO.File.OpenText(String path)
   at DotNetNuke.Services.OutputCache.Providers.FileProvider.StreamOutput(Int32 tabId, String cacheKey, HttpContext context)
2024-08-05 10:26:15.683-04:00 [WV1HHWEBWB01][D:2][T:114][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:15.684-04:00 [WV1HHWEBWB01][D:2][T:10][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:15.760-04:00 [WV1HHWEBWB01][D:2][T:99][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:16.501-04:00 [WV1HHWEBWB01][D:2][T:10][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:16.502-04:00 [WV1HHWEBWB01][D:2][T:114][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:16.890-04:00 [WV1HHWEBWB01][D:2][T:10][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:16.971-04:00 [WV1HHWEBWB01][D:2][T:52][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.IO.FileNotFoundException: Could not find file 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.attrib.resources'.
File name: 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.attrib.resources'
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path)
   at System.IO.File.OpenText(String path)
   at DotNetNuke.Services.OutputCache.Providers.FileProvider.StreamOutput(Int32 tabId, String cacheKey, HttpContext context)
2024-08-05 10:26:16.979-04:00 [WV1HHWEBWB01][D:2][T:52][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:17.102-04:00 [WV1HHWEBWB01][D:2][T:99][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:17.441-04:00 [WV1HHWEBWB01][D:2][T:99][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:17.459-04:00 [WV1HHWEBWB01][D:2][T:52][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:17.467-04:00 [WV1HHWEBWB01][D:2][T:10][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:17.488-04:00 [WV1HHWEBWB01][D:2][T:114][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:17.606-04:00 [WV1HHWEBWB01][D:2][T:114][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:17.609-04:00 [WV1HHWEBWB01][D:2][T:10][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:17.610-04:00 [WV1HHWEBWB01][D:2][T:52][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:17.787-04:00 [WV1HHWEBWB01][D:2][T:114][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:17.785-04:00 [WV1HHWEBWB01][D:2][T:10][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:18.054-04:00 [WV1HHWEBWB01][D:2][T:99][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:19.279-04:00 [WV1HHWEBWB01][D:2][T:52][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:19.383-04:00 [WV1HHWEBWB01][D:2][T:10][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:19.394-04:00 [WV1HHWEBWB01][D:2][T:114][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:19.489-04:00 [WV1HHWEBWB01][D:2][T:10][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:19.413-04:00 [WV1HHWEBWB01][D:2][T:99][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:19.429-04:00 [WV1HHWEBWB01][D:2][T:52][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:19.600-04:00 [WV1HHWEBWB01][D:2][T:114][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:19.603-04:00 [WV1HHWEBWB01][D:2][T:10][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:19.620-04:00 [WV1HHWEBWB01][D:2][T:99][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:19.631-04:00 [WV1HHWEBWB01][D:2][T:52][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:19.735-04:00 [WV1HHWEBWB01][D:2][T:99][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:19.741-04:00 [WV1HHWEBWB01][D:2][T:52][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:19.746-04:00 [WV1HHWEBWB01][D:2][T:114][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:19.747-04:00 [WV1HHWEBWB01][D:2][T:10][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:19.954-04:00 [WV1HHWEBWB01][D:2][T:99][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:19.967-04:00 [WV1HHWEBWB01][D:2][T:52][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:20.071-04:00 [WV1HHWEBWB01][D:2][T:99][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:20.076-04:00 [WV1HHWEBWB01][D:2][T:52][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:20.144-04:00 [WV1HHWEBWB01][D:2][T:114][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:20.178-04:00 [WV1HHWEBWB01][D:2][T:99][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:20.184-04:00 [WV1HHWEBWB01][D:2][T:52][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:20.258-04:00 [WV1HHWEBWB01][D:2][T:10][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:20.277-04:00 [WV1HHWEBWB01][D:2][T:114][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:20.372-04:00 [WV1HHWEBWB01][D:2][T:10][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:20.510-04:00 [WV1HHWEBWB01][D:2][T:99][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:20.662-04:00 [WV1HHWEBWB01][D:2][T:52][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:20.665-04:00 [WV1HHWEBWB01][D:2][T:114][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:20.821-04:00 [WV1HHWEBWB01][D:2][T:10][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:21.159-04:00 [WV1HHWEBWB01][D:2][T:52][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:21.160-04:00 [WV1HHWEBWB01][D:2][T:99][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:21.283-04:00 [WV1HHWEBWB01][D:2][T:52][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:21.303-04:00 [WV1HHWEBWB01][D:2][T:99][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:21.309-04:00 [WV1HHWEBWB01][D:2][T:114][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:21.319-04:00 [WV1HHWEBWB01][D:2][T:10][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:21.409-04:00 [WV1HHWEBWB01][D:2][T:52][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:21.410-04:00 [WV1HHWEBWB01][D:2][T:99][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:21.784-04:00 [WV1HHWEBWB01][D:2][T:114][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:21.895-04:00 [WV1HHWEBWB01][D:2][T:10][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:21.910-04:00 [WV1HHWEBWB01][D:2][T:114][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:21.968-04:00 [WV1HHWEBWB01][D:2][T:52][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:21.969-04:00 [WV1HHWEBWB01][D:2][T:99][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:22.161-04:00 [WV1HHWEBWB01][D:2][T:99][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:22.307-04:00 [WV1HHWEBWB01][D:2][T:99][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:22.559-04:00 [WV1HHWEBWB01][D:2][T:114][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:22.581-04:00 [WV1HHWEBWB01][D:2][T:10][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:22.695-04:00 [WV1HHWEBWB01][D:2][T:114][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:22.754-04:00 [WV1HHWEBWB01][D:2][T:99][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:22.798-04:00 [WV1HHWEBWB01][D:2][T:10][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:22.900-04:00 [WV1HHWEBWB01][D:2][T:114][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:23.567-04:00 [WV1HHWEBWB01][D:2][T:10][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:23.318-04:00 [WV1HHWEBWB01][D:2][T:99][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:23.806-04:00 [WV1HHWEBWB01][D:2][T:114][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:23.918-04:00 [WV1HHWEBWB01][D:2][T:99][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:24.298-04:00 [WV1HHWEBWB01][D:2][T:114][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:24.569-04:00 [WV1HHWEBWB01][D:2][T:99][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:24.613-04:00 [WV1HHWEBWB01][D:2][T:114][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:24.676-04:00 [WV1HHWEBWB01][D:2][T:99][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:24.794-04:00 [WV1HHWEBWB01][D:2][T:114][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:24.828-04:00 [WV1HHWEBWB01][D:2][T:99][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:25.569-04:00 [WV1HHWEBWB01][D:2][T:99][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:25.689-04:00 [WV1HHWEBWB01][D:2][T:114][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:25.711-04:00 [WV1HHWEBWB01][D:2][T:99][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:25.794-04:00 [WV1HHWEBWB01][D:2][T:114][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:25.956-04:00 [WV1HHWEBWB01][D:2][T:99][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:26.479-04:00 [WV1HHWEBWB01][D:2][T:114][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:26.600-04:00 [WV1HHWEBWB01][D:2][T:114][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:26.742-04:00 [WV1HHWEBWB01][D:2][T:114][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:26.866-04:00 [WV1HHWEBWB01][D:2][T:114][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:27.538-04:00 [WV1HHWEBWB01][D:2][T:114][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:27.663-04:00 [WV1HHWEBWB01][D:2][T:114][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:27.788-04:00 [WV1HHWEBWB01][D:2][T:114][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:28.565-04:00 [WV1HHWEBWB01][D:2][T:114][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:26:28.877-04:00 [WV1HHWEBWB01][D:2][T:114][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - SchwabenCode.QuickIO.PathNotFoundException: The system cannot find the file specified.
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.GetFindDataFromPath(QuickIOPathInfo pathInfo)
   at SchwabenCode.QuickIO.QuickIOPathInfo.get_FindData()
   at SchwabenCode.QuickIO.QuickIOPathInfo.get_Attributes()
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.RemoveAttribute(QuickIOPathInfo pathInfo, FileAttributes attribute)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 10:35:22.629-04:00 [WV1HHWEBWB01][D:2][T:80][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 10:36:16.600-04:00 [WV1HHWEBWB01][D:2][T:86][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 10:40:39.253-04:00 [WV1HHWEBWB01][D:2][T:105][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 10:41:19.860-04:00 [WV1HHWEBWB01][D:2][T:52][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at DHHS.Modules.ChildCareFacilitySearch.FacilityDetail.OwnerInfo(String licenseNumber)
2024-08-05 10:44:15.836-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #d384e072-4197-4b77-ad20-56467969764f (Item dnnfile-8487 from portal 0). Job details: {"Guid":"d384e072-4197-4b77-ad20-56467969764f","Priority":5,"Due":"2024-08-05T14:44:10.35+00:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-8487","Contents":null,"ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T14:44:09.5733333+00:00","Status":"Failed","RetryCount":0,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 10:45:16.787-04:00 [WV1HHWEBWB01][D:2][T:100][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #d384e072-4197-4b77-ad20-56467969764f (Item dnnfile-8487 from portal 0). Job details: {"Guid":"d384e072-4197-4b77-ad20-56467969764f","Priority":5,"Due":"2024-08-05T10:45:16.5218641-04:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-8487","Contents":"","ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T14:44:09.5733333+00:00","Status":"Failed","RetryCount":1,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 10:46:17.107-04:00 [WV1HHWEBWB01][D:2][T:89][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: [Indexing: Behavior SiteSearch (#1)] Error when tried to consume job Job #d384e072-4197-4b77-ad20-56467969764f (Item dnnfile-8487 from portal 0). Job details: {"Guid":"d384e072-4197-4b77-ad20-56467969764f","Priority":5,"Due":"2024-08-05T10:46:16.9132342-04:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-8487","Contents":"","ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T14:44:09.5733333+00:00","Status":"Failed","RetryCount":2,"IsDeleted":false} ---> System.ArgumentNullException: Value cannot be null.
Parameter name: String
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at DnnSharp.SearchBoost.Core.Search.SearchFolderExclusion.IsExcluded(IndexingJob item)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.<>c__DisplayClass16_0.b__1(ISearchExclusion searchException)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ShouldSkipFileJob(IndexingJob indexingJob)
   at DnnSharp.SearchBoost.Core.Services.ConsumeJobsQueueService.ConsumeJob(IndexingJob indexingJob)
   --- End of inner exception stack trace ---
2024-08-05 10:46:17.207-04:00 [WV1HHWEBWB01][D:2][T:20][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: Tried 3 times to index Job #d384e072-4197-4b77-ad20-56467969764f (Item dnnfile-8487 from portal 0) and it failed. The job will be abandoned and removed from queue. Job details: {"Guid":"d384e072-4197-4b77-ad20-56467969764f","Priority":5,"Due":"2024-08-05T10:46:16.9132342-04:00","Action":"add update","BehaviorId":1,"PortalId":0,"TabId":-1,"ModuleId":-1,"ItemId":"dnnfile-8487","Contents":"","ContentType":"application/pdf","Metadata":{"PortalId":0,"ItemId":null,"Title":"","LockTitle":false,"OriginalId":null,"OriginalName":null,"OriginalPath":null,"AuthorId":0,"AuthorName":null,"TitleToken":"","Description":"","LockDescription":false,"Keywords":"","Boost":null,"OverrideUrl":null,"Source":null,"LinkToTabId":null,"Categories":[],"UrlHash":null,"Data":[],"Locale":null,"IgnoreSecurity":null,"FileTime":"0001-01-01T00:00:00","Roles":[],"DeniedRoles":[],"AllowedUsers":[],"DeniedUsers":[],"Type":null,"SubType":null,"ContainerPath":null,"ItemPath":null,"Url":null,"DatePublished":"0001-01-01T00:00:00+00:00","QueryString":null,"ContainerId":null,"ContainerName":null},"ContentSourceId":"DnnFiles","ContentClient":"DnnFile","ContentClientOptions":null,"ContentParser":"","ContentParserOptions":null,"DatePublished":"2024-08-05T14:44:09.5733333+00:00","Status":"Failed","RetryCount":3,"IsDeleted":false}
2024-08-05 10:47:16.479-04:00 [WV1HHWEBWB01][D:2][T:78][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 10:47:16.553-04:00 [WV1HHWEBWB01][D:2][T:78][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 10:49:05.556-04:00 [WV1HHWEBWB01][D:2][T:67][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.IO.FileNotFoundException: Could not find file 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_268ABBE57C07F429364A60253DBDC9B9DDDD82DE80B7D6F92AA6686A6C979818.attrib.resources'.
File name: 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_268ABBE57C07F429364A60253DBDC9B9DDDD82DE80B7D6F92AA6686A6C979818.attrib.resources'
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path)
   at System.IO.File.OpenText(String path)
   at DotNetNuke.Services.OutputCache.Providers.FileProvider.StreamOutput(Int32 tabId, String cacheKey, HttpContext context)
2024-08-05 10:53:35.395-04:00 [WV1HHWEBWB01][D:2][T:91][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:92e26b99-8a7b-4e5a-b8b9-88557373f73f
Error Number:137,State:2,Class:15
2024-08-05 10:53:35.440-04:00 [WV1HHWEBWB01][D:2][T:91][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:92e26b99-8a7b-4e5a-b8b9-88557373f73f
Error Number:137,State:2,Class:15
2024-08-05 10:57:05.186-04:00 [WV1HHWEBWB01][D:2][T:65][ERROR] DotNetNuke.Services.Exceptions.Exceptions - Resource Not Found: - FileID=263
System.Web.HttpException (0x80004005): Resource Not Found
2024-08-05 10:57:05.429-04:00 [WV1HHWEBWB01][D:2][T:91][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 10:57:05.455-04:00 [WV1HHWEBWB01][D:2][T:91][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 10:59:24.603-04:00 [WV1HHWEBWB01][D:2][T:56][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 10:59:25.011-04:00 [WV1HHWEBWB01][D:2][T:56][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 11:01:46.999-04:00 [WV1HHWEBWB01][D:2][T:107][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\915_12501F292E5A603685E3125A20F9FDC5BC468018D1CD219CABAB93D3EFC7C5A9.data.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 11:01:47.197-04:00 [WV1HHWEBWB01][D:2][T:70][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.IO.IOException: The process cannot access the file 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\688_12501F292E5A603685E3125A20F9FDC5BC468018D1CD219CABAB93D3EFC7C5A9.attrib.resources' because it is being used by another process.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
   at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
   at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding)
   at System.IO.File.WriteAllLines(String path, String[] contents)
   at DotNetNuke.Services.ModuleCache.FileProvider.SetModule(Int32 tabModuleId, String cacheKey, TimeSpan duration, Byte[] output)
2024-08-05 11:01:47.266-04:00 [WV1HHWEBWB01][D:2][T:44][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.IO.IOException: The process cannot access the file 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\688_12501F292E5A603685E3125A20F9FDC5BC468018D1CD219CABAB93D3EFC7C5A9.attrib.resources' because it is being used by another process.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
   at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
   at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding)
   at System.IO.File.WriteAllLines(String path, String[] contents)
   at DotNetNuke.Services.ModuleCache.FileProvider.SetModule(Int32 tabModuleId, String cacheKey, TimeSpan duration, Byte[] output)
2024-08-05 11:01:48.028-04:00 [WV1HHWEBWB01][D:2][T:81][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\1016_12501F292E5A603685E3125A20F9FDC5BC468018D1CD219CABAB93D3EFC7C5A9.data.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 11:02:35.534-04:00 [WV1HHWEBWB01][D:2][T:69][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 11:09:36.297-04:00 [WV1HHWEBWB01][D:2][T:43][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.IO.FileNotFoundException: Could not find file 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.attrib.resources'.
File name: 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.attrib.resources'
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path)
   at System.IO.File.OpenText(String path)
   at DotNetNuke.Services.OutputCache.Providers.FileProvider.StreamOutput(Int32 tabId, String cacheKey, HttpContext context)
2024-08-05 11:09:36.578-04:00 [WV1HHWEBWB01][D:2][T:43][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 11:09:36.724-04:00 [WV1HHWEBWB01][D:2][T:43][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Exception: Error on 'D:\WebApplications\DCDEE_NCCHILDCARE\Portals\0-System\Cache\Pages\369_8357AC0E4D647D5DA2CF3514ECBB194E20608AE988D49E37AF7EA5D0A9D31E33.temp.resources': See InnerException for details. ---> System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
   --- End of inner exception stack trace ---
   at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(String path)
   at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteFile(QuickIOPathInfo pathInfo)
   at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String fileName, Int16 waitInMilliseconds, Int16 maxAttempts)
2024-08-05 11:11:54.690-04:00 [WV1HHWEBWB01][D:2][T:27][ERROR] DotNetNuke.Services.Exceptions.Exceptions - Resource Not Found: - FileID=3439
System.Web.HttpException (0x80004005): Resource Not Found
2024-08-05 11:11:55.060-04:00 [WV1HHWEBWB01][D:2][T:30][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 11:11:55.098-04:00 [WV1HHWEBWB01][D:2][T:30][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 11:12:00.603-04:00 [WV1HHWEBWB01][D:2][T:65][ERROR] DotNetNuke.Services.Exceptions.Exceptions - Resource Not Found: - FileID=263
System.Web.HttpException (0x80004005): Resource Not Found
2024-08-05 11:12:01.112-04:00 [WV1HHWEBWB01][D:2][T:90][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 11:12:01.127-04:00 [WV1HHWEBWB01][D:2][T:90][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 11:12:01.255-04:00 [WV1HHWEBWB01][D:2][T:56][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 11:12:50.962-04:00 [WV1HHWEBWB01][D:2][T:65][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 11:16:39.321-04:00 [WV1HHWEBWB01][D:2][T:56][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)"

Thanks in advance for any clues to help me resolve this.

Bill

Growing Member
Posts: 31
Growing Member
New Poster
New Poster
Congrats on posting!

Is there a database on the backend that also should have been restored to the same date?

Yes, if you want to restore your website, you have to restore files and the corresponding database. You can check the connection string in the web[dot]config file to identify the database.
The DNN extensions often register the managed documents in the database too when users upload them.
There is a lot of errors which result from trying to get file informations that are displayed by the extensions.
For information, I notice that the most of your errors come from specific modules (DCDEE.Modules.ChildCareStatisticalReport, DCDEE.Modules.ExpenditureReports and DHHS.Modules.ChildCareFacilitySearch for example).

To conclude, I think that the easyest solution would be to stop the IIS Website, restore files and database and restart the website as it was before users delete the files.
PLEASE NOTE THAT ALL RECENT ACTIVITIES AND DATA (I.E. AFTER THE RESTORE DATE) WILL BE LOOSED.

If you don't want to loose recent activities and data, you can also try to manually restore files data which are missing in the database. Depending on the quantity of deleted files, it would be very hard.
You can restore the database with a temp name without overwriting the current database to compare the Files and Folders tables content. It will help you to get informations about the deleted files.

Maybe you have to ask to a DNN Expert who will made an audit before implement the best solution.

 

Veteran Member
Posts: 349
Veteran Member
3 Helpful Replier
Helpful Replier
Thanks for being such a helpful replier!
MVP
MVP
You're an MVP!
Engaged Reader
Engaged Reader
You are an engaged reader!
Avid Reader
Avid Reader
Avid Reader art thou!
Yeah, that is a lot of logs for a forum post question. You have many different errors, many coming from custom modules that we don't know. Some file permission issues and some other issues (I did not read it all).

My guess is that maybe you have restored files from that backup that were from before some Dnn or custom module upgrades and you now don't have a match between the data and the files. I would recommend a restore of both the web files and the database to a known working state.

These Forums are for the discussion of the open source CMS DNN platform and ecosystem.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. If you have (suspected) security issues, please DO NOT post them in the forums but instead follow the official DNN security policy
  2. No Advertising. This includes the promotion of commercial and non-commercial products or services which are not directly related to DNN.
  3. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  4. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  5. No Flaming or Trolling.
  6. No Profanity, Racism, or Prejudice.
  7. Site Moderators have the final word on approving / removing a thread or post or comment.
  8. English language posting only, please.

Would you like to help us?

Awesome! Simply post in the forums using the link below and we'll get you started.

Get Involved