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: CS1061: 'Belgotrip.ShoppingCart.Models.Booking' does not contain a definition for 'BookingAlias' and no extension method 'BookingAlias' accepting a first argument of type 'Belgotrip.ShoppingCart.Models.Booking' could be found (are you missing a using directive or an assembly reference?)

Source Error:


Line 79:                 {
Line 80:                     lblCompletionDate.Text = String.Format("{0}: {1}", ResourceManager.GetString("lblCompletionDate"), booking.BookingCompletionDate.ToString("dd/MM/yyyy hh:mm:ss"));
Line 81:                     lblOrderAlias.Text = String.Format("{0}: <b>{1}</b>", ResourceManager.GetString("lblOrderID"), booking.BookingAlias);
Line 82:                 }
Line 83:                 else

Source File: c:\inetpub\wwwroot\PROMISYS\belgotrip.be\wwwroot\UserControls\ShoppingCartDetails.ascx.cs    Line: 81






Version Information: Microsoft .NET Framework Version:2.0.50727.8806; ASP.NET Version:2.0.50727.8762