Server Error in '/' Application.

Column 'PARAMETER_HEADER_TITLE' does not belong to table PARAMETER_DETAIL.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentException: Column 'PARAMETER_HEADER_TITLE' does not belong to table PARAMETER_DETAIL.

Source Error:


Line 126:            If (Class_CommonLibrary.ObjDataSet IsNot Nothing) Then
Line 127:                For LIntCount = 0 To Class_CommonLibrary.ObjDataSet.Tables("PARAMETER_DETAIL").Rows.Count - 1
Line 128:                    If Class_CommonLibrary.ObjDataSet.Tables("PARAMETER_DETAIL").Rows(LIntCount).Item("PARAMETER_HEADER_TITLE") = "MAKE_SITE_OFFLINE" Then
Line 129:                        LStrMakeSiteOffline = Class_CommonLibrary.ObjDataSet.Tables("PARAMETER_DETAIL").Rows(LIntCount).Item("PARAMETER_VALUE")
Line 130:                    ElseIf Class_CommonLibrary.ObjDataSet.Tables("PARAMETER_DETAIL").Rows(LIntCount).Item("PARAMETER_HEADER_TITLE") = "SITE_OFFLINE_UNLOCK_KEY" Then

Source File: D:\InetPub\vhosts\cogniter.com\Cogniter.com\Includes\Authenticate.ascx.vb    Line: 128

Stack Trace:


[ArgumentException: Column 'PARAMETER_HEADER_TITLE' does not belong to table PARAMETER_DETAIL.]
   System.Data.DataRow.GetDataColumn(String columnName) +6035112
   System.Data.DataRow.get_Item(String columnName) +14
   Cogniter.includes_Authenticate.Page_Load(Object sender, EventArgs e) in D:\InetPub\vhosts\cogniter.com\Cogniter.com\Includes\Authenticate.ascx.vb:128
   System.Web.UI.Control.OnLoad(EventArgs e) +97
   System.Web.UI.Control.LoadRecursive() +61
   System.Web.UI.Control.LoadRecursive() +134
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4700.0