Exception from HRESULT: 0x800A01A8

V

Vivek

Hi All,

I have used extensibility2 in VS2003 to develop a word add-in.

In WindowActivate event i'm enabling and disabling menu items.
Occasionally i get the error HRESULT: 0x800A01A8 and all the menu items
loose their event handlers.

Why does this exception occur and how to fix this problem ?

Thanks in Advance

Vivek
 
A

ahmed.smida87

Hi All,

I have used extensibility2 in VS2003 to develop a word add-in.

In WindowActivate event i'm enabling and disabling menu items.
Occasionally i get the error HRESULT: 0x800A01A8 and all the menu items
loose their event handlers.

Why does this exception occur and how to fix this problem ?

Thanks in Advance

Vivek

I have the same problem, and i didn't find a solution ;
the exception is thrown after this instruction :
theWorkbook.SaveAs(@"...........");
 
Top