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: BC30456: 'login' is not a member of 'utenteShop'.

Source Error:


Line 18:         Dim login As System.Web.UI.WebControls.Panel = Me.FindControl("pnlLogin")
Line 19:         Dim Loggato As System.Web.UI.WebControls.Panel = Me.FindControl("pnlLoggato")
Line 20:         If Not _utente.login(Me.Request.Form("txtUtente"), Me.Request.Form("txtPassword")) Then
Line 21:             lblErrore.Text = "Utente o password errati"
Line 22:         End If

Source File: D:\home\diamant-srl.it\httpdocs\riservata.aspx.vb    Line: 20






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