SmtpClient.SendAsync(); Not working on 64bit computer.
Posted
by j-t-s
on Stack Overflow
See other posts from Stack Overflow
or by j-t-s
Published on 2010-05-23T18:39:28Z
Indexed on
2010/05/23
18:50 UTC
Read the original article
Hit count: 704
Hi All,
Okay, Only a couple weeks ago I had an old 32bit computer, but had to buy a new computer, which happens to be 64bit.
I've rewritten the method that sends e-mails asynchonously and it just does not work. And does NOT throw any exceptions either.
What gives?
I have also tried the Async method code found iin MSDN, and the BlackWasp tutorial code, and MANY others. They're all the same!
The only difference here seems to be the fact that I'm now on a 64bit computer.
How can I get around this? Google/MSDN has been of zero help.
Thanks
© Stack Overflow or respective owner