Server Error in '/' Application.

Column 'datacommento' does not belong to table commenti.

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 'datacommento' does not belong to table commenti.

Source Error:


Line 17:         commenti.Text = ""
Line 18:         For Each riga In DS.Tables("commenti").Rows
Line 19:             commenti.Text = commenti.Text & "<div>" & riga("operatore") & " - " & riga("datacommento") & "</div>"
Line 20:             commenti.Text = commenti.Text & "<div class=style7> " & acapo(riga("commento")) & "</div>"
Line 21:         Next

Source File: D:\inetpub\webs\parrocchiapoirinoit\vedidomenica.aspx.vb    Line: 19

Stack Trace:


[ArgumentException: Column 'datacommento' does not belong to table commenti.]
   Microsoft.VisualBasic.CompilerServices.Container.InvokeMethod(Method TargetProcedure, Object[] Arguments, Boolean[] CopyBack, BindingFlags Flags) +187
   Microsoft.VisualBasic.CompilerServices.NewLateBinding.CallMethod(Container BaseReference, String MethodName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, BindingFlags InvocationFlags, Boolean ReportErrors, ResolutionFailure& Failure) +244
   Microsoft.VisualBasic.CompilerServices.NewLateBinding.InternalLateIndexGet(Object Instance, Object[] Arguments, String[] ArgumentNames, Boolean ReportErrors, ResolutionFailure& Failure, Boolean[] CopyBack) +274
   Microsoft.VisualBasic.CompilerServices.NewLateBinding.ObjectLateInvokeDefault(Object Instance, Object[] Arguments, String[] ArgumentNames, Boolean ReportErrors, Boolean[] CopyBack) +118
   Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateIndexGet(Object Instance, Object[] Arguments, String[] ArgumentNames) +56
   vedidomenica.Page_Load(Object sender, EventArgs e) in D:\inetpub\webs\parrocchiapoirinoit\vedidomenica.aspx.vb:19
   System.Web.UI.Control.OnLoad(EventArgs e) +97
   System.Web.UI.Control.LoadRecursive() +61
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693


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