sending email failes

  • Thread starter Thread starter Jassim Rahma
  • Start date Start date
J

Jassim Rahma

I am trying to send an email using System.Net.Mail but the whole application
(not VS) is getting shutdown with this message in the Windows EventLog:

One or more Visual Studio templates is invalid and will not be displayed.
 
getting this error as well in the eventlog
Communication Manager reports that handler component id
({882C09F9-FE0A-4881-812E-F7B2366FE3D8}) for message id
({2C9DEC8D-08B6-4CA2-941D-E1F5E887E131}) in category (AV) failed to process.
The data is the failure HRESULT.
 
Check your Smtp server configuration , the smtp name or IP address you are giving should be valid I belive….

Are you using any kind of mail templates for sending mail …

Remember templates all are in html format…………..no aspx……


EggHeadCafe.com - .NET Developer Portal of Choice
http://www.eggheadcafe.com
 
Check your Smtp server configuration , the smtp name or IP address you are giving should be valid I belive….

Are you using any kind of mail templates for sending mail …

Remember templates all are in html format…………..no aspx……


EggHeadCafe.com - .NET Developer Portal of Choice
http://www.eggheadcafe.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top