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。