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: CS0117: 'Tendo.Code.Web.Lists.StrapiDtoCollections' does not contain a definition for 'GetMyExcursionCardsAsync'

Source Error:


Line 42:         faqRpt.DataSource = faqs;
Line 43:         faqRpt.DataBind();
Line 44:         var excursions = await StrapiDtoCollections.GetMyExcursionCardsAsync();
Line 45:         var boatTours = await StrapiDtoCollections.GetMyBoatToursCardsAsync();
Line 46:         var boatToursAdopted = boatTours.OrderBy(a => Guid.NewGuid()).Take(5).ToList().Adapt<List<ItemCardDTO>>();

Source File: c:\HostingSpaces\adriatic-global\tendo.hr\wwwroot\Masters\faq\faq.aspx.cs    Line: 44






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