tiechui

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2010年12月29日

摘要: 通过.Net FrameWork 2.0下提供的“System.Net.Mail”可以轻松的实现,本文列举了3种途径来发送:1.通过Localhost;2.通过普通SMTP;3.通过SSL的SMTP;下面一个一个来说:1.通过LocalHostpublic void SendMailLocalhost() { System.Net.Mail.MailMessage msg = new System.Net.Mail.MailMessage(); msg.To.Add("a@a.com"); msg.To.Add("b@b.com"); /* * msg. 阅读全文
posted @ 2010-12-29 17:09 tiechui 阅读(251) 评论(0) 推荐(0) 编辑

摘要: Problem: The "GenerateResource" task failedunexpectedly.System.DllNotFoundException: Unable to load DLL 'FileTracker.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) at Microsoft.Build.Shared.NativeMethodsShared.InprocTracking.StartTrackingContext 阅读全文
posted @ 2010-12-29 09:23 tiechui 阅读(1442) 评论(0) 推荐(0) 编辑