Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0103: The name 'rpt_approfondimenti_footer' does not exist in the current context

Source Error:


Line 29:         fg.sql = "Select * From approfondimenti order by data_creazione DESC limit 2";
Line 30:         fg.command = new OdbcCommand(fg.sql, fg.con);
Line 31:         rpt_approfondimenti_footer.DataSource = fg.command.ExecuteReader();
Line 32:         rpt_approfondimenti_footer.DataBind();
Line 33:         fg.chiudiConnessione(fg.con);

Source File: d:\home\h516432.winp032.arubabusiness.it\liguriaverdegiardinaggio.com\dettaglio_realizzazione.aspx.cs    Line: 31






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