Server Error in '/' Application.

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

Source Error:


Line 809:                _Estoque_Min = GetSQLInteger(dr("Estoque_Min"))
Line 810:                _Peso_Real = GetSQLDouble(dr("Peso_Real"))
Line 811:                _Anexo_filename = GetSQLString(dr("Anexo"))
Line 812:                _Ano_do_Produto = GetSQLString(dr("Ano_do_Produto"))
Line 813:                _Idioma_do_Produto = GetSQLString(dr("Idioma_do_Produto"))

Source File: \\windows-pd-0001.fs.locaweb.com.br\WNFS-0001\sebosonline2\web\App_Code\Produtos.Main.vb    Line: 811

Stack Trace:


[ArgumentException: Column 'Anexo' does not belong to table Table.]
   System.Data.DataRow.GetDataColumn(String columnName) +6035004
   System.Data.DataRow.get_Item(String columnName) +14
   Produtos.Main.Carregar(Int32 intProdutoID) in \\windows-pd-0001.fs.locaweb.com.br\WNFS-0001\sebosonline2\web\App_Code\Produtos.Main.vb:811
   Produto_Detalhes.Page_Load(Object sender, EventArgs e) in \\windows-pd-0001.fs.locaweb.com.br\WNFS-0001\sebosonline2\web\produto_detalhes.aspx.vb:49
   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.9224.0