c# - .NET Word add-in does not run on first execution -


i writing add-in word. add-in work correctly , has no significant issues. problem have when fix bug , give new build users, first time run add-in behaves previous version of add-in before bug fixed. subsequent executions exhibit corrected behavior.

my users using visual studio installer , add-in not gac'd. have verified users uninstalling old add-in before installing new one.

does know might responsible execution lag?


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -