Hello, my problem is blocked VSTO word 2007 addin. Once the addin breaks down, in non-debug mode, its unable to reenable it from word (set its status from inactive to active). The only way to do this is to recompile the plugin. I tried with LoadBehaviour=3 (word sets this value immediately into 0, after its run). There ae no Resiliency entries.
Its not caused by the exception on initialize (i have debugged it).
My suspect is, that word has cached plugin GUID somewhere, and doesnt allow to activate it. Is it possible, to remove all plugin informations, and reinstall it in word one more time?
Thanks in advance!