M
mikebabb
I have an Office addin written in C#. When I run it in my development
environment, everything works fine. However, when a build of our
product is created and installed on another machine, one of the four
selections of a menu I've added doesn't fire an event when clicked.
I've done things suggested in other posts with similar problems such as
making sure that an Office object that fire events is kept around as a
class member as opposed to a local variable in order to avoid garbage
collection issues, but I'm still experiencing the problem. Also, this
problem seems to show up randomly. Apparently, this is used to work
and no code was changed, but it suddenly stopped working. Any
suggestions would be appreciated.
environment, everything works fine. However, when a build of our
product is created and installed on another machine, one of the four
selections of a menu I've added doesn't fire an event when clicked.
I've done things suggested in other posts with similar problems such as
making sure that an Office object that fire events is kept around as a
class member as opposed to a local variable in order to avoid garbage
collection issues, but I'm still experiencing the problem. Also, this
problem seems to show up randomly. Apparently, this is used to work
and no code was changed, but it suddenly stopped working. Any
suggestions would be appreciated.