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 'SendTeamRegistrationMail' takes '4' arguments

Source Error:


Line 220:                                }
Line 221:
Line 222:                                EmailClass.SendTeamRegistrationMail(txtEmailCaptian.Text.Replace("'", "''"), txtTeamName.Text.Replace("'", "''"), txtPassword.Text.Replace("'", "''"), Cache);
Line 223:
Line 224:                                tblRegTeam.Visible = false;

Source File: d:\inetpub\wwwroot\Production\publishTrivia27.09.2007\TeamRegistrationwtt.aspx.cs    Line: 222






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