I have a C# add-in that I am developing in Visual Studio 2019.
- I have a single custom ribbon control that appears as a new tab in Excel whenever I run the add-in.
- The
NBWRibbon01.Designer.cs
contains code for the custom ribbon groups and buttons shown below. - The application builds and runs without error.
However, when I launch the Designer for the same custom ribbon in Visual Studio 2019, I get an empty ribbon bar control shown below.
Has anyone encountered this issue? I am guessing that I will need to completely re-create the ribbon bar from scratch.