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: BC30516: Overload resolution failed because no accessible 'New' accepts this number of arguments.

Source Error:


Line 15:         str += "<strong>Email Address:</strong> " & Email.Text & "<br><br>"
Line 16:         str += "<strong>Questions / Comments:</strong> " & Comments.Text & "<br><br>"
Line 17:         Dim sMail As New System.Net.Mail.MailMessage("questions@bestwesternedgewood.com", "sales-office@hesshotels.com", "scott-walker@hesshotels.com", "Question Web Form", str)
Line 18:         sMail.IsBodyHtml = True
Line 19:         Dim sSmtp As New System.Net.Mail.SmtpClient("localhost")

Source File: C:\Inetpub\vhosts\bestwesterninvitationinn.com\httpdocs\questions.aspx    Line: 17





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