Hello,
I create my first-word add-in in javascript API. it works perfectly when I debug my visual studio but after saving the document, and I open this document it will show me the error below:
This add-in is no longer available: add-ins inserted during development are only available during debugging from Visual Studio.
I tried it manually.
For Example, File->Info->Inspect Check for Issues -> Inspect Document -> Inspect.
Then on "Task Pane Add-ins" click Remove All.
But I am looking for code for this one so whenever I save the file it will automatically inspect the document without following the above step.
Is this possible in word add-in javascript API? please help me for this.
Thank you,
Damini