I'm trying to set up an Excel web add-in project using Visual Studio and I'd like to change a few start up settings, at least on debug mode.
I have followed the tutorial to create a web add-in using visual studio. I made a few alterations but the behaviors I'm about to describe are the same with the original sample code:
- I can't find how to remove the DisplayName and Description tags from the OfficeApp tag in the manifest. It shows a green pop-up on start and it is annoying over time, I'd like to simply not show it at all. When I remove them I can't start the project as VS gives me an error "The element 'OfficeApp' has invalid child element ..." like when it's missing a tag
- When the project starts, a taskpane briefly shows up and collapses itself in a moment, and I can't find how to prevent this behavior nor what causes it.
Any help would be appreciated.