when I this Shared Runtime Requirements in my manifest file my add-in gives Error and not working. I am using this code for
<Requirements>
<Sets DefaultMinVersion="1.1">
<Set Name="SharedRuntime" MinVersion="1.1"/>
</Sets>
</Requirements>
and
<Runtimes>
<Runtime resid="contoso.taskpane.url" lifetime="long"></Runtime>
</Runtimes>
facing error like this
When I remove Requirements from my manifest then my add-in is working. When I use the same code in another system there its work why it is not working in my system?
from Shared Runtime gives Error in Office Word JS Add-in
No comments:
Post a Comment