Server Error in '/' Application.

Column 'buyLink' does not belong to 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 'buyLink' does not belong to table .

Source Error:


Line 400:                Data.pro_num = ValString(row["pro_num"]);
Line 401:                Data.pro_name = ValString(row["pro_name"]);
Line 402:                Data.buyLink = ValString(row["buyLink"]);
Line 403:                if (!isStrNull(row["pro_kind"])) { Data.pro_kind = Val(row["pro_kind"]); }
Line 404:                Data.category = ValString(row["category"]);

Source File: d:\Inetpub\vhosts\i-latc.com\httpdocs\App_Code\ez\data\product.cs    Line: 402

Stack Trace:


[ArgumentException: Column 'buyLink' does not belong to table .]
   System.Data.DataRow.GetDataColumn(String columnName) +6034804
   System.Data.DataRow.get_Item(String columnName) +14
   ez.data.product.Load(Int32 num, Boolean inTime) in d:\Inetpub\vhosts\i-latc.com\httpdocs\App_Code\ez\data\product.cs:402
   tw_product_show.Page_Load(Object sender, EventArgs e) in d:\Inetpub\vhosts\i-latc.com\httpdocs\page\product\show.aspx.cs:72
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +52
   System.EventHandler.Invoke(Object sender, EventArgs e) +0
   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.4676.0