D
DanP
I have created a com addin using visual basic 6.0 (can't use .Net as most of
my target audience does not have it installed) that works fine on all
computers except one. On this computer anytime the normal template saves (on
exit or as a background save) word crashes. If I remove the addin, the
problem goes away.
I have tried uninstalling and reinstalling office but the problem stills
persists. Mind you the uninstall of office leaves a lot behind.
I have tried debugging the problem every way I can think of and have been
able to determine that the problem occurs prior to the OnBeginShutDown and
OnDisconnection routines of the IDTExtensibility2 interface. Though it
doesn't seem to be occuring in the Addin (can't be sure though).
Any suggestions on how to proceed (or better yet fix the problem) would be
much appreciated.
my target audience does not have it installed) that works fine on all
computers except one. On this computer anytime the normal template saves (on
exit or as a background save) word crashes. If I remove the addin, the
problem goes away.
I have tried uninstalling and reinstalling office but the problem stills
persists. Mind you the uninstall of office leaves a lot behind.
I have tried debugging the problem every way I can think of and have been
able to determine that the problem occurs prior to the OnBeginShutDown and
OnDisconnection routines of the IDTExtensibility2 interface. Though it
doesn't seem to be occuring in the Addin (can't be sure though).
Any suggestions on how to proceed (or better yet fix the problem) would be
much appreciated.