We just moved an ASP.Net app to a Windows 2003 Server, and the SMTPMail
fails now with the following message:
[COMException (0x80040220): The "SendUsing" configuration value is invalid.
]
[TargetInvocationException: Exception has been thrown by the target of an
invocation.]
System.RuntimeType.InvokeDispMethod(String name, BindingFlags invokeAttr,
Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture,
String[] namedParameters) +0
System.RuntimeType.InvokeMember(String name, BindingFlags invokeAttr,
Binder binder, Object target, Object[] args, ParameterModifier[] modifiers,
CultureInfo culture, String[] namedParameters) +473
System.Web.Mail.LateBoundAccessHelper.CallMethod(O bject obj, String
methodName, Object[] args) +58
[HttpException (0x80004005): Could not access 'CDO.Message' object.]
System.Web.Mail.LateBoundAccessHelper.CallMethod(O bject obj, String
methodName, Object[] args) +112
System.Web.Mail.CdoSysHelper.Send(MailMessage message) +1846
System.Web.Mail.SmtpMail.Send(MailMessage message) +150
SATSNET.iMemberRegistration.SendMembershipMailRepl y(Object iProfile) +945
SATSNET.iMemberRegistration.funcSaveMemberInfo(Obj ect Sender, EventArgs
e) +2109
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
System.Web.UI.WebControls.Button.System.Web.UI.IPo stBackEventHandler.RaisePo
stBackEvent(String eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler
sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData) +33
System.Web.UI.Page.ProcessRequestMain() +1258
I am guessing that CDOSYS is not part of the server installation? Any
remedies?
--
TIA,
Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Complex things are made up of
lots of simple things.Hi Kevin,
According to these docs, System.Web.Mail should work on Windows Server 2003
just fine.
Have you set the SmtpServer property? Also, I would check the permissions
on the mailroot folder and its subfolders. I found a couple of posts
mentioning that as a problem with the ASPNET account.
--
Ray Dixon - Microsoft MVP
ray@.NOSPAM.greeble.com
(remove NOSPAM. from my e-mail address for a direct reply)
"Kevin Spencer" <kevin@.takempis.com> wrote in message
news:uG6El6fVDHA.1748@.TK2MSFTNGP12.phx.gbl...
> We just moved an ASP.Net app to a Windows 2003 Server, and the SMTPMail
> fails now with the following message:
> [COMException (0x80040220): The "SendUsing" configuration value is
invalid.
> ]
> [TargetInvocationException: Exception has been thrown by the target of an
> invocation.]
> System.RuntimeType.InvokeDispMethod(String name, BindingFlags
invokeAttr,
> Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture,
> String[] namedParameters) +0
> System.RuntimeType.InvokeMember(String name, BindingFlags invokeAttr,
> Binder binder, Object target, Object[] args, ParameterModifier[]
modifiers,
> CultureInfo culture, String[] namedParameters) +473
> System.Web.Mail.LateBoundAccessHelper.CallMethod(O bject obj, String
> methodName, Object[] args) +58
> [HttpException (0x80004005): Could not access 'CDO.Message' object.]
> System.Web.Mail.LateBoundAccessHelper.CallMethod(O bject obj, String
> methodName, Object[] args) +112
> System.Web.Mail.CdoSysHelper.Send(MailMessage message) +1846
> System.Web.Mail.SmtpMail.Send(MailMessage message) +150
> SATSNET.iMemberRegistration.SendMembershipMailRepl y(Object iProfile)
+945
> SATSNET.iMemberRegistration.funcSaveMemberInfo(Obj ect Sender, EventArgs
> e) +2109
> System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
>
System.Web.UI.WebControls.Button.System.Web.UI.IPo stBackEventHandler.RaisePo
> stBackEvent(String eventArgument) +57
> System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler
> sourceControl, String eventArgument) +18
> System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData) +33
> System.Web.UI.Page.ProcessRequestMain() +1258
> I am guessing that CDOSYS is not part of the server installation? Any
> remedies?
> --
> TIA,
> Kevin Spencer
> Microsoft MVP
> .Net Developer
> http://www.takempis.com
> Complex things are made up of
> lots of simple things.
Thanks Ray. Yes, the code is fine. It broke when we moved the site from a
Windows 2000 Server to a new Windows 2003 Server. I will check the
permissions, although ASP.Net is running under the SYSTEM account. I did
find CDOSYS.DLL on the machine, and found its' registry entries.
Any other thoughts?
Thanks,
Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Complex things are made up of
lots of simple things.
"Ray Dixon [MVP]" <ray@.NOSPAM.greeble.com> wrote in message
news:OTbaZTgVDHA.2352@.TK2MSFTNGP12.phx.gbl...
> Hi Kevin,
> According to these docs, System.Web.Mail should work on Windows Server
2003
> just fine.
> Have you set the SmtpServer property? Also, I would check the permissions
> on the mailroot folder and its subfolders. I found a couple of posts
> mentioning that as a problem with the ASPNET account.
>
> --
> Ray Dixon - Microsoft MVP
> ray@.NOSPAM.greeble.com
> (remove NOSPAM. from my e-mail address for a direct reply)
>
>
> "Kevin Spencer" <kevin@.takempis.com> wrote in message
> news:uG6El6fVDHA.1748@.TK2MSFTNGP12.phx.gbl...
> > We just moved an ASP.Net app to a Windows 2003 Server, and the SMTPMail
> > fails now with the following message:
> > [COMException (0x80040220): The "SendUsing" configuration value is
> invalid.
> > ]
> > [TargetInvocationException: Exception has been thrown by the target of
an
> > invocation.]
> > System.RuntimeType.InvokeDispMethod(String name, BindingFlags
> invokeAttr,
> > Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture,
> > String[] namedParameters) +0
> > System.RuntimeType.InvokeMember(String name, BindingFlags invokeAttr,
> > Binder binder, Object target, Object[] args, ParameterModifier[]
> modifiers,
> > CultureInfo culture, String[] namedParameters) +473
> > System.Web.Mail.LateBoundAccessHelper.CallMethod(O bject obj, String
> > methodName, Object[] args) +58
> > [HttpException (0x80004005): Could not access 'CDO.Message' object.]
> > System.Web.Mail.LateBoundAccessHelper.CallMethod(O bject obj, String
> > methodName, Object[] args) +112
> > System.Web.Mail.CdoSysHelper.Send(MailMessage message) +1846
> > System.Web.Mail.SmtpMail.Send(MailMessage message) +150
> > SATSNET.iMemberRegistration.SendMembershipMailRepl y(Object iProfile)
> +945
> > SATSNET.iMemberRegistration.funcSaveMemberInfo(Obj ect Sender,
EventArgs
> > e) +2109
> > System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
System.Web.UI.WebControls.Button.System.Web.UI.IPo stBackEventHandler.RaisePo
> > stBackEvent(String eventArgument) +57
> > System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler
> > sourceControl, String eventArgument) +18
> > System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData)
+33
> > System.Web.UI.Page.ProcessRequestMain() +1258
> > I am guessing that CDOSYS is not part of the server installation? Any
> > remedies?
> > --
> > TIA,
> > Kevin Spencer
> > Microsoft MVP
> > .Net Developer
> > http://www.takempis.com
> > Complex things are made up of
> > lots of simple things.
FWIW, I have seen the "Could not access 'CDO.Message' object" error before
when the ASPNET user did not have access to the CDO dll.
--
James J. Foster, DotNetCoders
http://www.dotnetcoders.com
"Ray Dixon [MVP]" <ray@.NOSPAM.greeble.com> wrote in message
news:OTbaZTgVDHA.2352@.TK2MSFTNGP12.phx.gbl...
> Hi Kevin,
> According to these docs, System.Web.Mail should work on Windows Server
2003
> just fine.
> Have you set the SmtpServer property? Also, I would check the permissions
> on the mailroot folder and its subfolders. I found a couple of posts
> mentioning that as a problem with the ASPNET account.
>
> --
> Ray Dixon - Microsoft MVP
> ray@.NOSPAM.greeble.com
> (remove NOSPAM. from my e-mail address for a direct reply)
>
>
> "Kevin Spencer" <kevin@.takempis.com> wrote in message
> news:uG6El6fVDHA.1748@.TK2MSFTNGP12.phx.gbl...
> > We just moved an ASP.Net app to a Windows 2003 Server, and the SMTPMail
> > fails now with the following message:
> > [COMException (0x80040220): The "SendUsing" configuration value is
> invalid.
> > ]
> > [TargetInvocationException: Exception has been thrown by the target of
an
> > invocation.]
> > System.RuntimeType.InvokeDispMethod(String name, BindingFlags
> invokeAttr,
> > Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture,
> > String[] namedParameters) +0
> > System.RuntimeType.InvokeMember(String name, BindingFlags invokeAttr,
> > Binder binder, Object target, Object[] args, ParameterModifier[]
> modifiers,
> > CultureInfo culture, String[] namedParameters) +473
> > System.Web.Mail.LateBoundAccessHelper.CallMethod(O bject obj, String
> > methodName, Object[] args) +58
> > [HttpException (0x80004005): Could not access 'CDO.Message' object.]
> > System.Web.Mail.LateBoundAccessHelper.CallMethod(O bject obj, String
> > methodName, Object[] args) +112
> > System.Web.Mail.CdoSysHelper.Send(MailMessage message) +1846
> > System.Web.Mail.SmtpMail.Send(MailMessage message) +150
> > SATSNET.iMemberRegistration.SendMembershipMailRepl y(Object iProfile)
> +945
> > SATSNET.iMemberRegistration.funcSaveMemberInfo(Obj ect Sender,
EventArgs
> > e) +2109
> > System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
System.Web.UI.WebControls.Button.System.Web.UI.IPo stBackEventHandler.RaisePo
> > stBackEvent(String eventArgument) +57
> > System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler
> > sourceControl, String eventArgument) +18
> > System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData)
+33
> > System.Web.UI.Page.ProcessRequestMain() +1258
> > I am guessing that CDOSYS is not part of the server installation? Any
> > remedies?
> > --
> > TIA,
> > Kevin Spencer
> > Microsoft MVP
> > .Net Developer
> > http://www.takempis.com
> > Complex things are made up of
> > lots of simple things.
Hi Ray,
New piece of info: I can run this from my development (XP Pro) machine (same
LAN) without any problems. So I doubt that it's a permission issue. Any
thoughts?
Thanks,
Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Complex things are made up of
lots of simple things.
"Ray Dixon [MVP]" <ray@.NOSPAM.greeble.com> wrote in message
news:OTbaZTgVDHA.2352@.TK2MSFTNGP12.phx.gbl...
> Hi Kevin,
> According to these docs, System.Web.Mail should work on Windows Server
2003
> just fine.
> Have you set the SmtpServer property? Also, I would check the permissions
> on the mailroot folder and its subfolders. I found a couple of posts
> mentioning that as a problem with the ASPNET account.
>
> --
> Ray Dixon - Microsoft MVP
> ray@.NOSPAM.greeble.com
> (remove NOSPAM. from my e-mail address for a direct reply)
>
>
> "Kevin Spencer" <kevin@.takempis.com> wrote in message
> news:uG6El6fVDHA.1748@.TK2MSFTNGP12.phx.gbl...
> > We just moved an ASP.Net app to a Windows 2003 Server, and the SMTPMail
> > fails now with the following message:
> > [COMException (0x80040220): The "SendUsing" configuration value is
> invalid.
> > ]
> > [TargetInvocationException: Exception has been thrown by the target of
an
> > invocation.]
> > System.RuntimeType.InvokeDispMethod(String name, BindingFlags
> invokeAttr,
> > Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture,
> > String[] namedParameters) +0
> > System.RuntimeType.InvokeMember(String name, BindingFlags invokeAttr,
> > Binder binder, Object target, Object[] args, ParameterModifier[]
> modifiers,
> > CultureInfo culture, String[] namedParameters) +473
> > System.Web.Mail.LateBoundAccessHelper.CallMethod(O bject obj, String
> > methodName, Object[] args) +58
> > [HttpException (0x80004005): Could not access 'CDO.Message' object.]
> > System.Web.Mail.LateBoundAccessHelper.CallMethod(O bject obj, String
> > methodName, Object[] args) +112
> > System.Web.Mail.CdoSysHelper.Send(MailMessage message) +1846
> > System.Web.Mail.SmtpMail.Send(MailMessage message) +150
> > SATSNET.iMemberRegistration.SendMembershipMailRepl y(Object iProfile)
> +945
> > SATSNET.iMemberRegistration.funcSaveMemberInfo(Obj ect Sender,
EventArgs
> > e) +2109
> > System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
System.Web.UI.WebControls.Button.System.Web.UI.IPo stBackEventHandler.RaisePo
> > stBackEvent(String eventArgument) +57
> > System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler
> > sourceControl, String eventArgument) +18
> > System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData)
+33
> > System.Web.UI.Page.ProcessRequestMain() +1258
> > I am guessing that CDOSYS is not part of the server installation? Any
> > remedies?
> > --
> > TIA,
> > Kevin Spencer
> > Microsoft MVP
> > .Net Developer
> > http://www.takempis.com
> > Complex things are made up of
> > lots of simple things.
This app is running under the "SYSTEM" account. Also, I can run this app
from my dev machine (Windows XP Pro) without a hitch. I'm really beginning
to think that it's something about that Windows 2003 OS on that machine. Are
there any OS components you think I need to install that aren't installed?
Thanks again,
Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Complex things are made up of
lots of simple things.
"James J. Foster" <james@.dotnetcoders.com> wrote in message
news:eAQE9VgVDHA.3220@.tk2msftngp13.phx.gbl...
> FWIW, I have seen the "Could not access 'CDO.Message' object" error before
> when the ASPNET user did not have access to the CDO dll.
> --
> James J. Foster, DotNetCoders
> http://www.dotnetcoders.com
>
> "Ray Dixon [MVP]" <ray@.NOSPAM.greeble.com> wrote in message
> news:OTbaZTgVDHA.2352@.TK2MSFTNGP12.phx.gbl...
> > Hi Kevin,
> > According to these docs, System.Web.Mail should work on Windows Server
> 2003
> > just fine.
> > Have you set the SmtpServer property? Also, I would check the
permissions
> > on the mailroot folder and its subfolders. I found a couple of posts
> > mentioning that as a problem with the ASPNET account.
> > --
> > Ray Dixon - Microsoft MVP
> > ray@.NOSPAM.greeble.com
> > (remove NOSPAM. from my e-mail address for a direct reply)
> > "Kevin Spencer" <kevin@.takempis.com> wrote in message
> > news:uG6El6fVDHA.1748@.TK2MSFTNGP12.phx.gbl...
> > > We just moved an ASP.Net app to a Windows 2003 Server, and the
SMTPMail
> > > fails now with the following message:
> > > > [COMException (0x80040220): The "SendUsing" configuration value is
> > invalid.
> > > ]
> > > > [TargetInvocationException: Exception has been thrown by the target of
> an
> > > invocation.]
> > > System.RuntimeType.InvokeDispMethod(String name, BindingFlags
> > invokeAttr,
> > > Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture,
> > > String[] namedParameters) +0
> > > System.RuntimeType.InvokeMember(String name, BindingFlags
invokeAttr,
> > > Binder binder, Object target, Object[] args, ParameterModifier[]
> > modifiers,
> > > CultureInfo culture, String[] namedParameters) +473
> > > System.Web.Mail.LateBoundAccessHelper.CallMethod(O bject obj, String
> > > methodName, Object[] args) +58
> > > > [HttpException (0x80004005): Could not access 'CDO.Message' object.]
> > > System.Web.Mail.LateBoundAccessHelper.CallMethod(O bject obj, String
> > > methodName, Object[] args) +112
> > > System.Web.Mail.CdoSysHelper.Send(MailMessage message) +1846
> > > System.Web.Mail.SmtpMail.Send(MailMessage message) +150
> > > SATSNET.iMemberRegistration.SendMembershipMailRepl y(Object
iProfile)
> > +945
> > > SATSNET.iMemberRegistration.funcSaveMemberInfo(Obj ect Sender,
> EventArgs
> > > e) +2109
> > > System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
> > System.Web.UI.WebControls.Button.System.Web.UI.IPo stBackEventHandler.RaisePo
> > > stBackEvent(String eventArgument) +57
> > > System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler
> > > sourceControl, String eventArgument) +18
> > > System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData)
> +33
> > > System.Web.UI.Page.ProcessRequestMain() +1258
> > > > I am guessing that CDOSYS is not part of the server installation? Any
> > > remedies?
> > > > --
> > > TIA,
> > > > Kevin Spencer
> > > Microsoft MVP
> > > .Net Developer
> > > http://www.takempis.com
> > > Complex things are made up of
> > > lots of simple things.
> >
We finally figured it out. The error message was confusing. The code didn't
specify an SMTP Server, and the SMTP Server wasn't installed on that
machine. As SMTPMail uses the local server by default, well, you can guess
the rest.
Thanks all,
Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Complex things are made up of
lots of simple things.
"Kevin Spencer" <kevin@.takempis.com> wrote in message
news:O3SmfhgVDHA.1912@.TK2MSFTNGP11.phx.gbl...
> This app is running under the "SYSTEM" account. Also, I can run this app
> from my dev machine (Windows XP Pro) without a hitch. I'm really beginning
> to think that it's something about that Windows 2003 OS on that machine.
Are
> there any OS components you think I need to install that aren't installed?
> Thanks again,
> Kevin Spencer
> Microsoft MVP
> .Net Developer
> http://www.takempis.com
> Complex things are made up of
> lots of simple things.
> "James J. Foster" <james@.dotnetcoders.com> wrote in message
> news:eAQE9VgVDHA.3220@.tk2msftngp13.phx.gbl...
> > FWIW, I have seen the "Could not access 'CDO.Message' object" error
before
> > when the ASPNET user did not have access to the CDO dll.
> > --
> > James J. Foster, DotNetCoders
> > http://www.dotnetcoders.com
> > "Ray Dixon [MVP]" <ray@.NOSPAM.greeble.com> wrote in message
> > news:OTbaZTgVDHA.2352@.TK2MSFTNGP12.phx.gbl...
> > > Hi Kevin,
> > > > According to these docs, System.Web.Mail should work on Windows Server
> > 2003
> > > just fine.
> > > > Have you set the SmtpServer property? Also, I would check the
> permissions
> > > on the mailroot folder and its subfolders. I found a couple of posts
> > > mentioning that as a problem with the ASPNET account.
> > > > > --
> > > Ray Dixon - Microsoft MVP
> > > ray@.NOSPAM.greeble.com
> > > (remove NOSPAM. from my e-mail address for a direct reply)
> > > > > > > "Kevin Spencer" <kevin@.takempis.com> wrote in message
> > > news:uG6El6fVDHA.1748@.TK2MSFTNGP12.phx.gbl...
> > > > We just moved an ASP.Net app to a Windows 2003 Server, and the
> SMTPMail
> > > > fails now with the following message:
> > > > > > [COMException (0x80040220): The "SendUsing" configuration value is
> > > invalid.
> > > > ]
> > > > > > [TargetInvocationException: Exception has been thrown by the target
of
> > an
> > > > invocation.]
> > > > System.RuntimeType.InvokeDispMethod(String name, BindingFlags
> > > invokeAttr,
> > > > Object target, Object[] args, Boolean[] byrefModifiers, Int32
culture,
> > > > String[] namedParameters) +0
> > > > System.RuntimeType.InvokeMember(String name, BindingFlags
> invokeAttr,
> > > > Binder binder, Object target, Object[] args, ParameterModifier[]
> > > modifiers,
> > > > CultureInfo culture, String[] namedParameters) +473
> > > > System.Web.Mail.LateBoundAccessHelper.CallMethod(O bject obj,
String
> > > > methodName, Object[] args) +58
> > > > > > [HttpException (0x80004005): Could not access 'CDO.Message' object.]
> > > > System.Web.Mail.LateBoundAccessHelper.CallMethod(O bject obj,
String
> > > > methodName, Object[] args) +112
> > > > System.Web.Mail.CdoSysHelper.Send(MailMessage message) +1846
> > > > System.Web.Mail.SmtpMail.Send(MailMessage message) +150
> > > > SATSNET.iMemberRegistration.SendMembershipMailRepl y(Object
> iProfile)
> > > +945
> > > > SATSNET.iMemberRegistration.funcSaveMemberInfo(Obj ect Sender,
> > EventArgs
> > > > e) +2109
> > > > System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
> > > > > System.Web.UI.WebControls.Button.System.Web.UI.IPo stBackEventHandler.RaisePo
> > > > stBackEvent(String eventArgument) +57
> > > > System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler
> > > > sourceControl, String eventArgument) +18
> > > > System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection
postData)
> > +33
> > > > System.Web.UI.Page.ProcessRequestMain() +1258
> > > > > > I am guessing that CDOSYS is not part of the server installation?
Any
> > > > remedies?
> > > > > > --
> > > > TIA,
> > > > > > Kevin Spencer
> > > > Microsoft MVP
> > > > .Net Developer
> > > > http://www.takempis.com
> > > > Complex things are made up of
> > > > lots of simple things.
> > > > > >
Kevin,
I checked the ASP.NET source and it looks as though this is likely caused
by the Windows Server 2003 box not being configured for the Mail Server
role. The easiest way to do that is via the Manage Your Server link on the
Start menu. That should resolve the issue.
If you don't want to set that up, make sure that you are setting the
SMTPServer property prior to calling Send.
Jim Cheshire
Developer Support
ASP.NET
jamesche@.online.microsoft.com
This post is provided as-is with no warranties and confers no rights.
-------
>From: "Kevin Spencer" <kevin@.takempis.com>
>Subject: SMTPMAIL on Windows Server 2003
>Date: Tue, 29 Jul 2003 14:15:47 -0400
>Lines: 48
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
>Message-ID: <uG6El6fVDHA.1748@.TK2MSFTNGP12.phx.gbl>
>Newsgroups: microsoft.public.dotnet.framework.aspnet
>NNTP-Posting-Host: dynamicsystems.com 216.54.1.213
>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP12.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163075
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>We just moved an ASP.Net app to a Windows 2003 Server, and the SMTPMail
>fails now with the following message:
>[COMException (0x80040220): The "SendUsing" configuration value is invalid.
>]
>[TargetInvocationException: Exception has been thrown by the target of an
>invocation.]
> System.RuntimeType.InvokeDispMethod(String name, BindingFlags
invokeAttr,
>Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture,
>String[] namedParameters) +0
> System.RuntimeType.InvokeMember(String name, BindingFlags invokeAttr,
>Binder binder, Object target, Object[] args, ParameterModifier[] modifiers,
>CultureInfo culture, String[] namedParameters) +473
> System.Web.Mail.LateBoundAccessHelper.CallMethod(O bject obj, String
>methodName, Object[] args) +58
>[HttpException (0x80004005): Could not access 'CDO.Message' object.]
> System.Web.Mail.LateBoundAccessHelper.CallMethod(O bject obj, String
>methodName, Object[] args) +112
> System.Web.Mail.CdoSysHelper.Send(MailMessage message) +1846
> System.Web.Mail.SmtpMail.Send(MailMessage message) +150
> SATSNET.iMemberRegistration.SendMembershipMailRepl y(Object iProfile)
+945
> SATSNET.iMemberRegistration.funcSaveMemberInfo(Obj ect Sender, EventArgs
>e) +2109
> System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
>System.Web.UI.WebControls.Button.System.Web.UI.IPo stBackEventHandler.RaiseP
o
>stBackEvent(String eventArgument) +57
> System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler
>sourceControl, String eventArgument) +18
> System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData) +33
> System.Web.UI.Page.ProcessRequestMain() +1258
>I am guessing that CDOSYS is not part of the server installation? Any
>remedies?
>--
>TIA,
>Kevin Spencer
>Microsoft MVP
>.Net Developer
>http://www.takempis.com
>Complex things are made up of
>lots of simple things.
Thanks Jim. I hope by now you've seen my message about resolving this issue.
Thanks,
Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Complex things are made up of
lots of simple things.
"Jim Cheshire (MS)" <jamesche@.online.microsoft.com> wrote in message
news:6Hl$2JhVDHA.1360@.cpmsftngxa06.phx.gbl...
> Kevin,
> I checked the ASP.NET source and it looks as though this is likely caused
> by the Windows Server 2003 box not being configured for the Mail Server
> role. The easiest way to do that is via the Manage Your Server link on
the
> Start menu. That should resolve the issue.
> If you don't want to set that up, make sure that you are setting the
> SMTPServer property prior to calling Send.
> Jim Cheshire
> Developer Support
> ASP.NET
> jamesche@.online.microsoft.com
> This post is provided as-is with no warranties and confers no rights.
> -------
> >From: "Kevin Spencer" <kevin@.takempis.com>
> >Subject: SMTPMAIL on Windows Server 2003
> >Date: Tue, 29 Jul 2003 14:15:47 -0400
> >Lines: 48
> >X-Priority: 3
> >X-MSMail-Priority: Normal
> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
> >Message-ID: <uG6El6fVDHA.1748@.TK2MSFTNGP12.phx.gbl>
> >Newsgroups: microsoft.public.dotnet.framework.aspnet
> >NNTP-Posting-Host: dynamicsystems.com 216.54.1.213
> >Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP12.phx.gbl
> >Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.aspnet:163075
> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
> >We just moved an ASP.Net app to a Windows 2003 Server, and the SMTPMail
> >fails now with the following message:
> >[COMException (0x80040220): The "SendUsing" configuration value is
invalid.
> >]
> >[TargetInvocationException: Exception has been thrown by the target of an
> >invocation.]
> > System.RuntimeType.InvokeDispMethod(String name, BindingFlags
> invokeAttr,
> >Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture,
> >String[] namedParameters) +0
> > System.RuntimeType.InvokeMember(String name, BindingFlags invokeAttr,
> >Binder binder, Object target, Object[] args, ParameterModifier[]
modifiers,
> >CultureInfo culture, String[] namedParameters) +473
> > System.Web.Mail.LateBoundAccessHelper.CallMethod(O bject obj, String
> >methodName, Object[] args) +58
> >[HttpException (0x80004005): Could not access 'CDO.Message' object.]
> > System.Web.Mail.LateBoundAccessHelper.CallMethod(O bject obj, String
> >methodName, Object[] args) +112
> > System.Web.Mail.CdoSysHelper.Send(MailMessage message) +1846
> > System.Web.Mail.SmtpMail.Send(MailMessage message) +150
> > SATSNET.iMemberRegistration.SendMembershipMailRepl y(Object iProfile)
> +945
> > SATSNET.iMemberRegistration.funcSaveMemberInfo(Obj ect Sender,
EventArgs
> >e) +2109
> > System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
>System.Web.UI.WebControls.Button.System.Web.UI.IPo stBackEventHandler.RaiseP
> o
> >stBackEvent(String eventArgument) +57
> > System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler
> >sourceControl, String eventArgument) +18
> > System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData)
+33
> > System.Web.UI.Page.ProcessRequestMain() +1258
> >I am guessing that CDOSYS is not part of the server installation? Any
> >remedies?
> >--
> >TIA,
> >Kevin Spencer
> >Microsoft MVP
> >.Net Developer
> >http://www.takempis.com
> >Complex things are made up of
> >lots of simple things.
Hi Kevin,
Yes I do. Thanks.
Jim Cheshire
Developer Support
ASP.NET
jamesche@.online.microsoft.com
This post is provided as-is with no warranties and confers no rights.
-------
>From: "Kevin Spencer" <kevin@.takempis.com>
>References: <uG6El6fVDHA.1748@.TK2MSFTNGP12.phx.gbl>
<6Hl$2JhVDHA.1360@.cpmsftngxa06.phx.gbl>
>Subject: Re: SMTPMAIL on Windows Server 2003
>Date: Tue, 29 Jul 2003 18:00:20 -0400
>Lines: 108
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
>Message-ID: <O7vEE4hVDHA.2012@.TK2MSFTNGP10.phx.gbl>
>Newsgroups: microsoft.public.dotnet.framework.aspnet
>NNTP-Posting-Host: dynamicsystems.com 216.54.1.213
>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP10.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163167
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>Thanks Jim. I hope by now you've seen my message about resolving this
issue.
>Thanks,
>Kevin Spencer
>Microsoft MVP
>.Net Developer
>http://www.takempis.com
>Complex things are made up of
>lots of simple things.
>"Jim Cheshire (MS)" <jamesche@.online.microsoft.com> wrote in message
>news:6Hl$2JhVDHA.1360@.cpmsftngxa06.phx.gbl...
>> Kevin,
>>
>> I checked the ASP.NET source and it looks as though this is likely caused
>> by the Windows Server 2003 box not being configured for the Mail Server
>> role. The easiest way to do that is via the Manage Your Server link on
>the
>> Start menu. That should resolve the issue.
>>
>> If you don't want to set that up, make sure that you are setting the
>> SMTPServer property prior to calling Send.
>>
>> Jim Cheshire
>> Developer Support
>> ASP.NET
>> jamesche@.online.microsoft.com
>>
>> This post is provided as-is with no warranties and confers no rights.
>>
>> -------
>> >From: "Kevin Spencer" <kevin@.takempis.com>
>> >Subject: SMTPMAIL on Windows Server 2003
>> >Date: Tue, 29 Jul 2003 14:15:47 -0400
>> >Lines: 48
>> >X-Priority: 3
>> >X-MSMail-Priority: Normal
>> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
>> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
>> >Message-ID: <uG6El6fVDHA.1748@.TK2MSFTNGP12.phx.gbl>
>> >Newsgroups: microsoft.public.dotnet.framework.aspnet
>> >NNTP-Posting-Host: dynamicsystems.com 216.54.1.213
>> >Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP12.phx.gbl
>> >Xref: cpmsftngxa06.phx.gbl
>microsoft.public.dotnet.framework.aspnet:163075
>> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>>> >We just moved an ASP.Net app to a Windows 2003 Server, and the SMTPMail
>> >fails now with the following message:
>>> >[COMException (0x80040220): The "SendUsing" configuration value is
>invalid.
>> >]
>>> >[TargetInvocationException: Exception has been thrown by the target of
an
>> >invocation.]
>> > System.RuntimeType.InvokeDispMethod(String name, BindingFlags
>> invokeAttr,
>> >Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture,
>> >String[] namedParameters) +0
>> > System.RuntimeType.InvokeMember(String name, BindingFlags invokeAttr,
>> >Binder binder, Object target, Object[] args, ParameterModifier[]
>modifiers,
>> >CultureInfo culture, String[] namedParameters) +473
>> > System.Web.Mail.LateBoundAccessHelper.CallMethod(O bject obj, String
>> >methodName, Object[] args) +58
>>> >[HttpException (0x80004005): Could not access 'CDO.Message' object.]
>> > System.Web.Mail.LateBoundAccessHelper.CallMethod(O bject obj, String
>> >methodName, Object[] args) +112
>> > System.Web.Mail.CdoSysHelper.Send(MailMessage message) +1846
>> > System.Web.Mail.SmtpMail.Send(MailMessage message) +150
>> > SATSNET.iMemberRegistration.SendMembershipMailRepl y(Object iProfile)
>> +945
>> > SATSNET.iMemberRegistration.funcSaveMemberInfo(Obj ect Sender,
>EventArgs
>> >e) +2109
>> > System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
>>>
>>System.Web.UI.WebControls.Button.System.Web.UI.IPo stBackEventHandler.Raise
P
>> o
>> >stBackEvent(String eventArgument) +57
>> > System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler
>> >sourceControl, String eventArgument) +18
>> > System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData)
>+33
>> > System.Web.UI.Page.ProcessRequestMain() +1258
>>> >I am guessing that CDOSYS is not part of the server installation? Any
>> >remedies?
>>> >--
>> >TIA,
>>> >Kevin Spencer
>> >Microsoft MVP
>> >.Net Developer
>> >http://www.takempis.com
>> >Complex things are made up of
>> >lots of simple things.
>>>>>
Thursday, March 22, 2012
SMTPMAIL on Windows Server 2003
Labels:
0x80040220,
app,
asp,
following,
messagecomexception,
moved,
net,
server,
smtpmail,
smtpmailfails,
windows
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment