Re: MailMessage-Object error - net 1.1 , VS 2003
- From: "Rolf Welskes" <rolf@xxxxxxxxxxxxx>
- Date: Tue, 10 Jul 2007 16:40:21 +0200
Hello,
thank you,
here the information:
stacktrace:
at System.Web.Mail.LateBoundAccessHelper.CallMethod(Object obj, String
methodName, Object[] args)
at System.Web.Mail.CdoSysHelper.Send(MailMessage message)
at System.Web.Mail.SmtpMail.Send(MailMessage message)
at EmailSys01.EmailerForm.InitAndSendEmail(String mailTo, String subject,
String txt, String mailFrom) in
f:\wb\shopcontroler\shopcontrolersl01\emailsys01\emailerform.cs:line 348
innerexception:
Exception has been thrown by the target of an invocation.
Remark: If this error in the application occurs and I use frontpage express
to send a single email from the same emailaddress,
also frontpage express shows an error, that the underliing server had broken
the connection, what is impossible.
Again: one hour later or after a reboot of the system all works fine for the
next 100 emails.
Thank you for any help.
Rolf Welskes
"Steven Cheng[MSFT]" <stcheng@xxxxxxxxxxxxxxxxxxxx> schrieb im Newsbeitrag
news:ZxTn9qswHHA.4536@xxxxxxxxxxxxxxxxxxxxxxxxx
Hi Rolf,
From your description, you're using the System.Web.Mail smtp component to
send email in your .net 1.1 application, however, you found that it will
report "Could not access CDO.Message object" error after sending 100
mailmessages, correct?
According to this error message, I've performed some research, it seems
this exception message is quite general (may be raised by different kind
of
underlying errors). Would you paste the full exception callstack (may also
include the innerException information) here so that we can have a further
look. Here is a FAQ article on systemwebmail site which discussing on this
general error message:
http://www.systemwebmail.com/faq/4.2.3.aspx
So far my opinion is that the problem should be a particular case and
sending 100 mailmessages should not be a common problem.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.
.
- Follow-Ups:
- Re: MailMessage-Object error - net 1.1 , VS 2003
- From: Steven Cheng[MSFT]
- Re: MailMessage-Object error - net 1.1 , VS 2003
- References:
- MailMessage-Object error - net 1.1 , VS 2003
- From: Rolf Welskes
- RE: MailMessage-Object error - net 1.1 , VS 2003
- From: Steven Cheng[MSFT]
- MailMessage-Object error - net 1.1 , VS 2003
- Prev by Date: XML Serialization at Design Time
- Next by Date: RE: Odd shortcut problem with my app using a VS2005 deployment pro
- Previous by thread: RE: MailMessage-Object error - net 1.1 , VS 2003
- Next by thread: Re: MailMessage-Object error - net 1.1 , VS 2003
- Index(es):
Relevant Pages
|