- Start new "Word 2013 and 2016 VSTO Template" project in Visual Studio.
- Use existing template "Editman.dotm".
- Add New Item to Project: Ribbon (Visual Designer)
- Add a group to the ribbon and buttons to the group.
- Start Debugging. The new ribbon shows up, as expected.
- Publish solution.
- Run .exe from published solution on test machine.
- Open Word on test machine. New Ribbon does not appear.
- Open Editman.dotm on test machine. Ribbon shows up.
- Add Editman.dotm to the Word Startup folder. Run Word, ribbon still doesn't show up.
Question: Why does the ribbon show up when I double click on Editman.dotm, but doesn't show up when I have put Editman.dotm in the Word Startup folder?