Ask a Question related to ASP.NET General, Design and Development.
-
Kevin Spencer #1
SMTPMAIL on Windows Server 2003
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
[url]http://www.takempis.com[/url]
Complex things are made up of
lots of simple things.
Kevin Spencer Guest
-
Are hash rules available in Windows 2000, or is this something new that comes with Windows Server 2003?
Experts, We run a native-mode Windows 2000 single domain. We want to create a Group Policy object (GPO), perhaps named Software Restrictions, to... -
Windows 2000 Server/Windows Server 2003 Dual Boot
I have been asked to provide a dual boot server using both Windows 2000 Server and Windows Server 2003 Std Edt. Can anyone tell me whether this is... -
Windows Server 2003 member in Windows 2000 domain
At a primary school where I sometimes aid in the network administration we are going to add a file server to our existing network. Currently the... -
Windows 2003 Server can't see members of Windows 2000 Domain
Hi there, The problem I have is quite straight-forward to describe: I have an existing Windows 2000 domain to which I've recently added a new... -
Explorer Search (F3) find a text/keyword in files is defect in Windows XP SP1 und Windows 2003 Server
Is this issue known? And do anybody knows, if there is an Microsoft update is available? (no hint in Microsoft Updates) Or do anybody know a real... -
Kevin Spencer #2
Re: SMTPMAIL on Windows Server 2003
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
[url]http://www.takempis.com[/url]
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...2003> Hi Kevin,
>
> According to these docs, System.Web.Mail should work on Windows Serveran> 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
> [email]ray@NOSPAM.greeble.com[/email]
> (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...> invalid.> > 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> > ]
> >
> > [TargetInvocationException: Exception has been thrown by the target ofEventArgs> invokeAttr,> > invocation.]
> > System.RuntimeType.InvokeDispMethod(String name, BindingFlags> modifiers,> > 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[]> +945> > 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)> > SATSNET.iMemberRegistration.funcSaveMemberInfo(Obj ect Sender,System.Web.UI.WebControls.Button.System.Web.UI.IPo stBackEventHandler.RaisePo>> > e) +2109
> > System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
> >
> >+33> > stBackEvent(String eventArgument) +57
> > System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler
> > sourceControl, String eventArgument) +18
> > System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData)>> > 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
> > [url]http://www.takempis.com[/url]
> > Complex things are made up of
> > lots of simple things.
> >
> >
>
Kevin Spencer Guest
-
Ray Dixon [MVP] #3
Re: SMTPMAIL on Windows Server 2003
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
[email]ray@NOSPAM.greeble.com[/email]
(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...invalid.> 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 isinvokeAttr,> ]
>
> [TargetInvocationException: Exception has been thrown by the target of an
> invocation.]
> System.RuntimeType.InvokeDispMethod(String name, BindingFlagsmodifiers,> 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[]+945> 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)System.Web.UI.WebControls.Button.System.Web.UI.IPo stBackEventHandler.RaisePo> SATSNET.iMemberRegistration.funcSaveMemberInfo(Obj ect Sender, EventArgs
> e) +2109
> System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
>
>> 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
> [url]http://www.takempis.com[/url]
> Complex things are made up of
> lots of simple things.
>
>
Ray Dixon [MVP] Guest
-
James J. Foster #4
Re: SMTPMAIL on Windows Server 2003
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
[url]http://www.dotnetcoders.com[/url]
"Ray Dixon [MVP]" <ray@NOSPAM.greeble.com> wrote in message
news:OTbaZTgVDHA.2352@TK2MSFTNGP12.phx.gbl...2003> Hi Kevin,
>
> According to these docs, System.Web.Mail should work on Windows Serveran> 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
> [email]ray@NOSPAM.greeble.com[/email]
> (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...> invalid.> > 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> > ]
> >
> > [TargetInvocationException: Exception has been thrown by the target ofEventArgs> invokeAttr,> > invocation.]
> > System.RuntimeType.InvokeDispMethod(String name, BindingFlags> modifiers,> > 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[]> +945> > 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)> > SATSNET.iMemberRegistration.funcSaveMemberInfo(Obj ect Sender,System.Web.UI.WebControls.Button.System.Web.UI.IPo stBackEventHandler.RaisePo>> > e) +2109
> > System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
> >
> >+33> > stBackEvent(String eventArgument) +57
> > System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler
> > sourceControl, String eventArgument) +18
> > System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData)>> > 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
> > [url]http://www.takempis.com[/url]
> > Complex things are made up of
> > lots of simple things.
> >
> >
>
James J. Foster Guest
-
Kevin Spencer #5
Re: SMTPMAIL on Windows Server 2003
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
[url]http://www.takempis.com[/url]
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...2003> Hi Kevin,
>
> According to these docs, System.Web.Mail should work on Windows Serveran> 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
> [email]ray@NOSPAM.greeble.com[/email]
> (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...> invalid.> > 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> > ]
> >
> > [TargetInvocationException: Exception has been thrown by the target ofEventArgs> invokeAttr,> > invocation.]
> > System.RuntimeType.InvokeDispMethod(String name, BindingFlags> modifiers,> > 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[]> +945> > 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)> > SATSNET.iMemberRegistration.funcSaveMemberInfo(Obj ect Sender,System.Web.UI.WebControls.Button.System.Web.UI.IPo stBackEventHandler.RaisePo>> > e) +2109
> > System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
> >
> >+33> > stBackEvent(String eventArgument) +57
> > System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler
> > sourceControl, String eventArgument) +18
> > System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData)>> > 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
> > [url]http://www.takempis.com[/url]
> > Complex things are made up of
> > lots of simple things.
> >
> >
>
Kevin Spencer Guest
-
Kevin Spencer #6
Re: SMTPMAIL on Windows Server 2003
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
[url]http://www.takempis.com[/url]
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...permissions> 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
> [url]http://www.dotnetcoders.com[/url]
>
>
> "Ray Dixon [MVP]" <ray@NOSPAM.greeble.com> wrote in message
> news:OTbaZTgVDHA.2352@TK2MSFTNGP12.phx.gbl...> 2003> > Hi Kevin,
> >
> > According to these docs, System.Web.Mail should work on Windows Server> > just fine.
> >
> > Have you set the SmtpServer property? Also, I would check theSMTPMail> > 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
> > [email]ray@NOSPAM.greeble.com[/email]
> > (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 theinvokeAttr,> an> > invalid.> > > fails now with the following message:
> > >
> > > [COMException (0x80040220): The "SendUsing" configuration value is> > > ]
> > >
> > > [TargetInvocationException: Exception has been thrown by the target of> > invokeAttr,> > > invocation.]
> > > System.RuntimeType.InvokeDispMethod(String name, BindingFlags> > > Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture,
> > > String[] namedParameters) +0
> > > System.RuntimeType.InvokeMember(String name, BindingFlagsiProfile)> > modifiers,> > > Binder binder, Object target, Object[] args, ParameterModifier[]> > > 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(ObjectSystem.Web.UI.WebControls.Button.System.Web.UI.IPo stBackEventHandler.RaisePo> EventArgs> > +945> > > SATSNET.iMemberRegistration.funcSaveMemberInfo(Obj ect Sender,>> >> > > e) +2109
> > > System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
> > >
> > >> +33> > > stBackEvent(String eventArgument) +57
> > > System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler
> > > sourceControl, String eventArgument) +18
> > > System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData)>> >> > > 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
> > > [url]http://www.takempis.com[/url]
> > > Complex things are made up of
> > > lots of simple things.
> > >
> > >
> >
>
Kevin Spencer Guest
-
Kevin Spencer #7
Re: SMTPMAIL on Windows Server 2003
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
[url]http://www.takempis.com[/url]
Complex things are made up of
lots of simple things.
"Kevin Spencer" <kevin@takempis.com> wrote in message
news:O3SmfhgVDHA.1912@TK2MSFTNGP11.phx.gbl...Are> 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.before> there any OS components you think I need to install that aren't installed?
>
> Thanks again,
>
> Kevin Spencer
> Microsoft MVP
> .Net Developer
> [url]http://www.takempis.com[/url]
> 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" errorof> permissions> > when the ASPNET user did not have access to the CDO dll.
> >
> > --
> > James J. Foster, DotNetCoders
> > [url]http://www.dotnetcoders.com[/url]
> >
> >
> > "Ray Dixon [MVP]" <ray@NOSPAM.greeble.com> wrote in message
> > news:OTbaZTgVDHA.2352@TK2MSFTNGP12.phx.gbl...> > 2003> > > Hi Kevin,
> > >
> > > According to these docs, System.Web.Mail should work on Windows Server> > > just fine.
> > >
> > > Have you set the SmtpServer property? Also, I would check the> SMTPMail> > > 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
> > > [email]ray@NOSPAM.greeble.com[/email]
> > > (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> > > > fails now with the following message:
> > > >
> > > > [COMException (0x80040220): The "SendUsing" configuration value is
> > > invalid.
> > > > ]
> > > >
> > > > [TargetInvocationException: Exception has been thrown by the targetculture,> > an> > > > invocation.]
> > > > System.RuntimeType.InvokeDispMethod(String name, BindingFlags
> > > invokeAttr,
> > > > Object target, Object[] args, Boolean[] byrefModifiers, Int32String> invokeAttr,> > > > String[] namedParameters) +0
> > > > System.RuntimeType.InvokeMember(String name, BindingFlags> > > > 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,System.Web.UI.WebControls.Button.System.Web.UI.IPo stBackEventHandler.RaisePo> iProfile)> > > > 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>> > EventArgs> > > +945
> > > > SATSNET.iMemberRegistration.funcSaveMemberInfo(Obj ect Sender,> >> > > > e) +2109
> > > > System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
> > > >
> > > >
> > >postData)> > > > stBackEvent(String eventArgument) +57
> > > > System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler
> > > > sourceControl, String eventArgument) +18
> > > > System.Web.UI.Page.RaisePostBackEvent(NameValueCol lectionAny> > +33> > > > System.Web.UI.Page.ProcessRequestMain() +1258
> > > >
> > > > I am guessing that CDOSYS is not part of the server installation?>> >> > > > remedies?
> > > >
> > > > --
> > > > TIA,
> > > >
> > > > Kevin Spencer
> > > > Microsoft MVP
> > > > .Net Developer
> > > > [url]http://www.takempis.com[/url]
> > > > Complex things are made up of
> > > > lots of simple things.
> > > >
> > > >
> > >
> > >
> >
>
Kevin Spencer Guest
-
Jim Cheshire #8
RE: SMTPMAIL on Windows Server 2003
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
[email]jamesche@online.microsoft.com[/email]
This post is provided as-is with no warranties and confers no rights.
--------------------invokeAttr,>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+945>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)o> 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.IP ostBackEventHandler.RaiseP>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
>[url]http://www.takempis.com[/url]
>Complex things are made up of
>lots of simple things.
>
>
>Jim Cheshire Guest
-
Kevin Spencer #9
Re: SMTPMAIL on Windows Server 2003
Thanks Jim. I hope by now you've seen my message about resolving this issue.
Thanks,
Kevin Spencer
Microsoft MVP
..Net Developer
[url]http://www.takempis.com[/url]
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...the> 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 onmicrosoft.public.dotnet.framework.aspnet:163075> 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
> [email]jamesche@online.microsoft.com[/email]
>
> 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.gblinvalid.> >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 ismodifiers,> invokeAttr,> >]
> >
> >[TargetInvocationException: Exception has been thrown by the target of an
> >invocation.]
> > System.RuntimeType.InvokeDispMethod(String name, BindingFlags> >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[]EventArgs> +945> >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)> > SATSNET.iMemberRegistration.funcSaveMemberInfo(Obj ect Sender,+33>> >e) +2109
> > System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
> >
>System.Web.UI.WebControls.Button.System.Web.UI.IP ostBackEventHandler.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)>> > 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
> >[url]http://www.takempis.com[/url]
> >Complex things are made up of
> >lots of simple things.
> >
> >
> >
Kevin Spencer Guest
-
Jim Cheshire #10
Re: SMTPMAIL on Windows Server 2003
Hi Kevin,
Yes I do. Thanks.
Jim Cheshire
Developer Support
ASP.NET
[email]jamesche@online.microsoft.com[/email]
This post is provided as-is with no warranties and confers no rights.
--------------------<6Hl$2JhVDHA.1360@cpmsftngxa06.phx.gbl>>From: "Kevin Spencer" <kevin@takempis.com>
>References: <uG6El6fVDHA.1748@TK2MSFTNGP12.phx.gbl>issue.>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 thisan>
>Thanks,
>
>Kevin Spencer
>Microsoft MVP
>.Net Developer
>[url]http://www.takempis.com[/url]
>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...>the>> 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>microsoft.public.dotnet.framework.aspnet:163075>> 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
>> [email]jamesche@online.microsoft.com[/email]
>>
>> 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>invalid.>> >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>> >]
>> >
>> >[TargetInvocationException: Exception has been thrown by the target ofP>modifiers,>> invokeAttr,>> >invocation.]
>> > System.RuntimeType.InvokeDispMethod(String name, BindingFlags>> >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[]>EventArgs>> +945>> >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)>> > SATSNET.iMemberRegistration.funcSaveMemberInfo(Obj ect Sender,>>>> >e) +2109
>> > System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
>> >
>>System.Web.UI.WebControls.Button.System.Web.UI.I PostBackEventHandler.Raise>+33>> o>> >stBackEvent(String eventArgument) +57
>> > System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler
>> >sourceControl, String eventArgument) +18
>> > System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData)>>>>> > 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
>> >[url]http://www.takempis.com[/url]
>> >Complex things are made up of
>> >lots of simple things.
>> >
>> >
>> >
>
>Jim Cheshire Guest



Reply With Quote

