COMException(0x40029C4A)

  • Thread starter Thread starter Nicholas Paldino [.NET/C# MVP]
  • Start date Start date
N

Nicholas Paldino [.NET/C# MVP]

Zia,

In order to use the mail classes in the System.Web.Mail namespace, you
need to have CDO installed. Are you sure that you have this installed?

Hope this helps.
 
Hi everyone,

I am using System.Web namespace to send an Email. The code runs fine on Win
XP systems but on Win2k the following error is generated.

Stack Trace:


System.Reflection.TargetInvocationException: Exception has been thrown by
the target of an invocation -->
System.Runtime.InteropServices.COMException(0x80029C4A): Error loading type
library/DLL.
System.RuntimeType.InvokeDispMethod(String name, BindingFlags invokeAttr,
Object target, Object[] args, Boolean[] byrefModifiers, Int32
culture,String[] namedParameters)
System.RuntimeType.InvokeMember(String name, BindingFlags invokeAttr,
Binder binder, Object target, Object[] args, ParameterModifier[] modifiers,
CultureInfo culture, String[] namedParameters)
System.Web.Mail.CdoSysHelper.Send(MailMessage message)
System.Web.Mail.SmtpMail.Send(MailMessage message)


Please Help,
Zia
 
Back
Top