D
durrenm
I've seen this problem posted in a few places but never any solution.
I cannot seem to debug my word addin. The add-in runs fine when
installed as a normal add-in but does not work when run via the
debugger.
Strange because it worked earlier this week.
I even created a generic basic add-in using the add-in wizard and added
one line of code to the on-connection event
msgbox("on connection", msgboxstyle.okonly)
But still no success.
I've gone through this a few times now. First everthing works fine.
Then, perhaps after writing some broken code, I can't get the debugger
to kick in on the add-in.
Any suggestions? FYI I've tried deleting all registry entries to my
add-in then rebuilding too...
Thanks in advance,
Mark
I cannot seem to debug my word addin. The add-in runs fine when
installed as a normal add-in but does not work when run via the
debugger.
Strange because it worked earlier this week.
I even created a generic basic add-in using the add-in wizard and added
one line of code to the on-connection event
msgbox("on connection", msgboxstyle.okonly)
But still no success.
I've gone through this a few times now. First everthing works fine.
Then, perhaps after writing some broken code, I can't get the debugger
to kick in on the add-in.
Any suggestions? FYI I've tried deleting all registry entries to my
add-in then rebuilding too...
Thanks in advance,
Mark