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 31:         fg.sql = "Select * From approfondimenti order by data_creazione DESC limit 2";
Line 32:         fg.command = new OdbcCommand(fg.sql, fg.con);
Line 33:         rpt_approfondimenti_footer.DataSource = fg.command.ExecuteReader();
Line 34:         rpt_approfondimenti_footer.DataBind();
Line 35:         fg.chiudiConnessione(fg.con);

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






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