send a new mail message from asp.net using SmtpMail, I get the following
exception:
COM object with CLSID {CD000001-8B95-11D1-82DB-00C04FB1625D} is either not
valid or not registered.
I have not checked to validate whether or not CDOSYS.dll is on the machine
(it's not a machine I control), but my suspicion is that either either the
dll is not on the machine (or one of its dependencies), or the COM
registration is still pointing to CDONTS from pre-OS-upgrade.
Any thoughts??
TIA,
_howardDo you have access to the mmc of iis - a smtpserver is not there is my
guess.
You need to install the SMTP svc by using the Add/Remove Windows Components
then.
--
Daniel Fisher(lennybacon)
MCP ASP.NET C#
Blog: http://www.lennybacon.com/
"howard dierking" <howarddierking@.discussions.microsoft.com> wrote in
message news:F9F7F7D0-4F6D-44C4-A552-3CE7395225D1@.microsoft.com...
> I'm running a Windows XP pro box - upgraded (i think) from 2k. When I try
> to
> send a new mail message from asp.net using SmtpMail, I get the following
> exception:
> COM object with CLSID {CD000001-8B95-11D1-82DB-00C04FB1625D} is either not
> valid or not registered.
> I have not checked to validate whether or not CDOSYS.dll is on the machine
> (it's not a machine I control), but my suspicion is that either either the
> dll is not on the machine (or one of its dependencies), or the COM
> registration is still pointing to CDONTS from pre-OS-upgrade.
> Any thoughts??
> TIA,
> _howard
i have looked at the mmc add-in and it shows that the virtual smtp server
does exist.
_howard
"Daniel Fisher(lennybacon)" wrote:
> Do you have access to the mmc of iis - a smtpserver is not there is my
> guess.
> You need to install the SMTP svc by using the Add/Remove Windows Components
> then.
> --
> Daniel Fisher(lennybacon)
> MCP ASP.NET C#
> Blog: http://www.lennybacon.com/
>
> "howard dierking" <howarddierking@.discussions.microsoft.com> wrote in
> message news:F9F7F7D0-4F6D-44C4-A552-3CE7395225D1@.microsoft.com...
> > I'm running a Windows XP pro box - upgraded (i think) from 2k. When I try
> > to
> > send a new mail message from asp.net using SmtpMail, I get the following
> > exception:
> > COM object with CLSID {CD000001-8B95-11D1-82DB-00C04FB1625D} is either not
> > valid or not registered.
> > I have not checked to validate whether or not CDOSYS.dll is on the machine
> > (it's not a machine I control), but my suspicion is that either either the
> > dll is not on the machine (or one of its dependencies), or the COM
> > registration is still pointing to CDONTS from pre-OS-upgrade.
> > Any thoughts??
> > TIA,
> > _howard
>
0 comments:
Post a Comment