TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Infonomics
NA
3
0
'System.Web.Mail.SmtpMail.Private Sub New()' is not accessible in this context because it is 'Private'.
Nov 11 2004 3:16 PM
I get the message: 'System.Web.Mail.SmtpMail.Private Sub New()' is not accessible in this context because it is 'Private'. This is my code: Line 2: <%@ Import NameSpace="System.Web.Mail.SmtpMail" %> Line 3: <% Line 4: Dim objSMTP as New System.Web.Mail.SmtpMail() Line 5: Dim ret as object Line 6: objSMTP.Send("
[email protected]
","
[email protected]
", "Demo ASP Mail Header", "Demo ASP Mail Body") How do I make it public? Thanks, Bobby
Reply
Answers (
1
)
asp.net how to call c# library
Crystal Report & Printing in PDF