I have written a Windows Service using C# which uses the lotus domino interop
dll to communicate with lotus notes server and sends emails. It was working fine few months ago.
When I rebuilt the solution, I received the following error:
Attempted to read or write protected memory this is often an indication that other memory is corrupt
_notesDataBase = _notesSession.GetDatabase(serverName, sMailFile, false);
Error occurs in the line specified above.
Additional info: I recently changed my lotus notes server password for my mail box.As I figured out that might be problem in ID file of lotus notes?