Server Error in '/PubblicazioniWEB' 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 'Utility' does not exist in the current context

Source Error:


Line 37:         SqlDataReader rsPostiPrenotati;
Line 38:         SqlConnection con;
Line 39:         Utility.ExecuteQuery("Select sum(NPosti) from PRENOTAZIONI_GABER where CodiceEvento='" + CODICEEVENTO + "' AND Data_Annullo is null AND OverBooking=0", out rsPostiPrenotati, out con);
Line 40:         if (rsPostiPrenotati.Read())
Line 41:         {

Source File: c:\inetpub\Intranet4\PubblicazioniWEB\PrenotazioniGaber1.aspx.cs    Line: 39






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