发送Email出错:
说明: 在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细信息并适当地修改源代码。
编译器错误信息: BC30390: “System.Web.Mail.SmtpMail.Private Overloads Sub New()”是“Private”,因此它在此上下文中无法访问。
源错误:
行 27: Dim TheMessage as String
行 28: Dim TheMailMessage as New MailMessage
行 29: Dim TheMailConnection as New SmtpMail
行 30: Dim TheAttachment as New MailAttachment _
行 31: (Server.MapPath(ddlFiles.SelectedItem.value))
<%@ Page Language=VB Debug=true %>
<%@ Import Namespace="System.Data" %>
<%@ Import Namespace="System.Data.OLEDB" %>
<%@ Import Namespace="System.Web.Mail" %>
Email File Page