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

Source Error:


Line 46:             if (arlTavernInfo != null && arlTavernInfo.Count > 0)
Line 47:             {
Line 48:                 EmailClass.SendForgotPassword(txtEmail.Text, ((NameValueCollection)arlTavernInfo[0])[DatabaseConstants.TAVERN_USERNAME], ((NameValueCollection)arlTavernInfo[0])[DatabaseConstants.TAVERN_PASSWORD], ref objCache);
Line 49:                 lblMessage.Text = Globals.GetResourceString(Resource.Messages, "MailSendSuccess");
Line 50:             }

Source File: d:\inetpub\wwwroot\Production\publishTrivia27.09.2007\forgotpasswordwtt.aspx.cs    Line: 48






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