Server Error in '/apps/webdelclub' 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: BC30367: Class 'ClienteModel' cannot be indexed because it has no default property.

Source Error:


Line 12:     Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Line 13:         Dim ClubBS As New ClientesMinBussines()
Line 14:         Master.Club = ClubBS.GetClienteMinWeb(Request.QueryString("vweb"))
Line 15:         If Not Master.Club.Estado.Autorizado Then
Line 16:             Response.Redirect("404.html")

Source File: H:\webspace\hostings\demoges.net\hosting\www\apps\webdelclub\web\Tienda.aspx.vb    Line: 14






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