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: CS1501: No overload for method 'GetVariantPageSize' takes 0 arguments

Source Error:


Line 22:         DataTable dt = new DataTable();
Line 23:         int page = comm.getPage();
Line 24:         dt = LoadPage(page, comm.GetVariantPageSize(), catid, newsType);
Line 25:         if (dt != null && dt.Rows.Count > 0)
Line 26:         {

Source File: c:\Website\VAMC_V2\content\video\default.aspx.cs    Line: 24






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