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: 'MenuText' is not a member of 'tbl_Event'.

Source Error:


Line 58:             MyTitle = getEventFromID.First.Headline.ToString
Line 59: 
Line 60:             OutEvent = OutEvent + "<div class='EventItem'><div class='EventHeadline'>" + getEventFromID.First.Headline.ToString + "</div><div class='EventText'>" + getEventFromID.First.Text.ToString + If(getEventFromID.First.MenuText IsNot Nothing, getEventFromID.First.MenuText, Nothing) + If(getEventFromID.First.PopupText IsNot Nothing, getEventFromID.First.PopupText.ToString, Nothing) + "<span class='StartEventButtonHolder'><a href='/Boka/" + CDate(getEventFromID.First.Date).ToShortDateString + "'>Till bokning</a></span></div></div>"
Line 61: 
Line 62:             Dim getExtraImages = From x In dc.EventImages

Source File: d:\web\localuser\lillanapoli.se\public_html\DetailEvent.aspx.vb    Line: 60






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