Sitemizde aşağıdaki sorunu daha önce zaman zaman alıyorduk son günlerde ise 4-5 sayfa gezdikten sonra bu hatayı ve buna banzer hatalar veriyor. Yazılımcı kişi bunun sunucudan kaynaklandığını söylüyorken hosting firması da yazılımdan kaynaklandığını söylüyor hangisine inanmak lazım. Bu konuda bilgisi olanların yardımlarını bekliyorum. Teşekkürler.

Server Error in '/' Application.

Column 'ALTMETINSOL' does not belong to table Table.

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 'ALTMETINSOL' does not belong to table Table.

Source Error:

Line 10: Dim DDS As DataSet = websitesi.DataSetDonder("SELECT TOP 1 * FROM SITEAYAR") Line 11: If DDS.Tables(0).Rows.Count = 1 Then Line 12: Dim SolMetin As String = DDS.Tables(0).Rows(0).Item("ALTMETINSOL").ToString Line 13: Dim SagMetin As String = DDS.Tables(0).Rows(0).Item("ALTMETINSAG").ToString Line 14: BottomL.InnerHtml = SolMetin.ToString