On computer "A", I successfully developed a Word VSTO Add-In using VS 2019 Enterprise using C#. Recently, I rebuilt the hard disk on computer "A". Reinstalled Windows 10 (version 1909). Reinstalled Visual Studio 2019 Enterprise (currently 16.5.5) including the Office/Sharepoint development workload.
On the rebuilt computer "A", I created a new VSTO Word Add-In project. Added a Ribbon (Visual Designer) to the project using this guide: Ribbon Designer
When I attempt to open the designer for the Ribbon I get a no-information error message:
No errors in the error list.
When I attempt to open the ribbon designer on the original, working VSTO add-in, same thing happens.
I have computer "B" that is configured the same as was computer "A" before I rebuilt computer "A". On computer "B", I'm able to open the ribbon designer successfully for both a new VSTO project and my original VSTO project. I compared computer "A" references to computer "B" reference and they look the same
Also verified that Office Runtime is installed
I assume I'm missing a reference. Anyone experience this? Any ideas?
Other things I tried: deleting \bin. Cleaned, rebuilt solution