Six of our 400+ users reported this error in the last two months:
System.Runtime.InteropServices.COMException (0x8000FFFF): Access violation at address 0000000000D7BA95
in module 'Redemption64.dll. Read of address FFFFFFFFFFFFFFFF
at System.IDisposable.Dispose()
This exception is raised just after a mail is saved on the user drive. The code that raises this exception is:
var msg = rdoMail as IDisposable;
if (msg != null)
msg.Dispose();
Any idea why this error occurs once in a while?
Notes:
This problem (64 bit specific) was fixed about a month ago after version 5.24 was released. Please send an email to redemption (at) dimastr (dot) com for an updated version.
User contributions licensed under CC BY-SA 3.0