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: CS1502: The best overloaded method match for 'BookShopDatabase.FeaturedProductLists.GetFeaturedListDetails(int, BookShopDatabase.FeaturedListViewMode, bool)' has some invalid arguments

Source Error:


Line 159:
Line 160:			BookShopDatabase.FeaturedProductLists fpl = new BookShopDatabase.FeaturedProductLists();
Line 161:			FeaturedProductList fplist = fpl.GetFeaturedListDetails(iFeaturedListIndex, _bAutomaticNewReleaseList, false);
Line 162:			lblHeading.InnerText = fplist.Name;
Line 163:			lblFeaturedListDescription.Text = fplist.Description;

Source File: c:\inetpub\wwwroot\Bookshop-UNE-Life\UserControls\FeaturedProducts.ascx.cs    Line: 161





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