msdrm.dll_unload error

K

kenneth jing

Hi,
I use office IRM api(word, excel and powerpoint) to encrypt office document
automaticlly and the error occurs when I quit the application.

my code like this:
irmPermission.Add(config.UserName, msoPerm, Miss);
myDoc.Save();
((Microsoft.Office.Interop.Word._Document)myDoc).Close(ref Ture, ref Miss,
ref Miss);
myApp.Quit(Ture, Miss, Miss);

error details is following:
module name: msdrm.dll_unloaded version:0.0.0.0 timestamp:0x4a5bda7e
error code: 0xc0000005 error offset: 0x72ea40a7

any hint is appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top