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 'GetDivisionwiseBudgetSummary' takes '3' arguments

Source Error:


Line 189:        DataTable dtSchemeDetails = new DataTable();
Line 190:        bllAbstractCostSelectItem = new BLLAbstractCostSelectItem();
Line 191:        Response.Write(bllAbstractCostSelectItem.GetDivisionwiseBudgetSummary(ref dtSchemeDetails, strYear[0].Trim(), strYear[1].Trim()));
Line 192:        if (dtSchemeDetails.Rows.Count > 0)
Line 193:        {

Source File: c:\pjnmis\Boundry\SchemeAndProgramManagement\DivisionwiseBudgetSummaryHO.aspx.cs    Line: 191






Version Information: Microsoft .NET Framework Version:2.0.50727.8974; ASP.NET Version:2.0.50727.8974