Reputation: 1
I am trying to create a MS project addin, Following this link, I created a sample addin for Project using yeoman and import the addin, but addin is stuck at "Please sideload your add-in to see app body". It seems Office does not hit the "Ready" state and thus never calling the onReady event/function.
The node version: 14.17.0. OS: Win 10 Project Desktop Client version: 2105 (build 14026.20270) Office.js version: 1.1 Running the app in dev mode with a network share to load the addin.
This is what it looks like in Project. Project
Steps i followed:
Is MS Project supported by the addin framework? Has anyone tried it with the new Project? I see no errors in console.
Any suggestion will be highly appreciated. Thanks.
Upvotes: 0
Views: 207
Reputation: 49395
It seems your add-in is running in MS Project correctly. You just need to change task pane web page and remove the statement to sideload the add-in. See Task pane add-ins for Project for more information.
Upvotes: 1