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: BC30002: Type 'xsdCntryVisit.CountryVisitRow' is not defined.

Source Error:


Line 5:      Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Line 6:          Dim CampsiteTable As Data.DataView = Me.dsCamping.Select()
Line 7:          Dim r As xsdCntryVisit.CountryVisitRow = CampsiteTable.Table.Rows(0)
Line 8:          If r.TrailType = "WCampsite" Then : MultViewCamp.ActiveViewIndex = 0
Line 9:          Else : MultViewCamp.ActiveViewIndex = 1

Source File: C:\inetpub\WebSites\Lifein.hk\Attractions\CampsiteDets.aspx.vb    Line: 7





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