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