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.
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.