microsoft / TemplateStudio

Template Studio accelerates the creation of new WinUI 3, WPF, and UWP apps using a wizard-based experience.
Other
2.69k stars 459 forks source link

WPF Ribbon App no buttons configured #4722

Open cthue2 opened 9 months ago

cthue2 commented 9 months ago

Describe the bug

Selecting a WPF, Ribbon project type using code-behind, the ribbon does not show any buttons for the sample pages. The ribbon only contains "Common Group 1" and "Common Group 2".

image

The views are present in the solution explorer: image

To Reproduce

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Additional context

My template studio settings

<xml
    xmlns:genTemplate="http://schemas.microsoft.com/appx/developer/templatestudio">
    <genTemplate:Metadata>
        <genTemplate:Item Name="generator" Value="Template Studio"/>
        <genTemplate:Item Name="wizardVersion" Version="v5.3" />
        <genTemplate:Item Name="projectType" Value="Ribbon" />
        <genTemplate:Item Name="framework" Value="CodeBehind" />
        <genTemplate:Item Name="platform" Value="Wpf" />
    </genTemplate:Metadata>
</xml>

Applies to the following platforms:

About your setup