Clickhandler gone after calling webservice from custom menu

H

Henk

Hello all,

I have a C# custom add-in in Office XP (Excel, Word, Powerpoint) using the
VS 2005 Extensibility wizard. Every custom menuitem has a Click handler.
These work fine, if I lets say show a Messagebox that it is clicked. Now I
make a call to a web service in my click handlers (added to the C# add-in as
a web reference, every click handler has a call to the web serivice). The
first time I click on one of the items it works, after that no click handler
get's called anymore, as if the handlers are not attached to the menuitems
anymore!!!!!!

Anyone has a clue?


BTW: if I create buttons on the standard toolbar, it works like a
charm!!!!!!!!!!!!

greetz,
Henk
 

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