我使用 C# 编写了一个 Windows 服务,它使用 lotus domino interop
dll 与 lotus notes 服务器通信并发送电子邮件。几个月前它运行良好。当我重建解决方案时,我收到以下错误:
试图读取或写入受保护的内存,这通常表明其他内存已损坏
_notesDataBase = _notesSession.GetDatabase(serverName, sMailFile, false);
错误发生在上面指定的行中。
附加信息:我最近更改了邮箱的 Lotus Notes 服务器密码。我发现 Lotus Notes 的 ID 文件可能有问题?