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 'DataAccessLayer.SelectMaster(string, string, string)' has some invalid arguments

Source Error:


Line 14:             // if (Request.QueryString.AllKeys.Contains("id"))
Line 15:             //{
Line 16:             lvInfo.DataSource = DataAccessLayer.SelectMaster("tblImportantNote", "id", false);
Line 17:             lvInfo.DataBind();
Line 18:             //}

Source File: c:\inetpub\vhosts\vdcsikar.org\httpdocs\view-news.aspx.cs    Line: 16






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