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 55:             MyTitle = getEventFromID.First.Headline.ToString
Line 56: 
Line 57:             OutEvent = OutEvent + "<div class='EventItem'><div class='EventHeadline'>" + getEventFromID.First.Headline.ToString + "</div><div class='EventDate'>" + KreeraHelpClass.DateConversion(getEventFromID.First.Date, "SpecificDayWithMonthSmall", False, "Swedish") + "</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 58: 
Line 59:             Dim getExtraImages = From x In dc.EventImages

Source File: d:\web\localuser\lillanapoli.se\public_html\DetailVinfestival.aspx.vb    Line: 57






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