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(@"...........");
 

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