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

Source Error:


Line 35:         EmployeeMstBLL objEmp = new EmployeeMstBLL();
Line 36: 
Line 37:         d1 = objEmp.SendAuthenticateUserForAlumni(txtusername.Text.Trim(), txtemail.Text.Trim());
Line 38: 
Line 39:         if (d1.Rows.Count != 0)

Source File: c:\inetpub\vhosts\bkbirlaschoolkalyan.com\httpdocs\AlumniForgotPassword.aspx.cs    Line: 37







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