我使用 Lotus notes 在我的 ASP.NET 和 C# Web 应用程序中发送电子邮件。它在调试模式下发送电子邮件,但是如果我在本地 IIS 服务器上发布它不会发送任何电子邮件。
Domino.NotesSession oNotesSession = null; ;
Domino.NotesDatabase oNotesDatabase = null;
Domino.NotesDocument oNotesDocument = null;
Domino.NotesDocument oNotesDocumentForOther = null;
object oItemValue = null;
bool flag = false;
try
{
String UserName = "";
try
{
oNotesSession = new Domino.NotesSession();
}
}
我在上面的行中得到以下错误
{System.OutOfMemoryException:检索具有 CLSID {29131539-2EED-1069-BF5D-00DD011186B7} 的组件的 COM 类工厂失败,原因是以下错误:8007000e。