Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WPF Ribbon App no buttons configured #4722

Open
1 of 3 tasks
cthue2 opened this issue Dec 8, 2023 · 0 comments
Open
1 of 3 tasks

WPF Ribbon App no buttons configured #4722

cthue2 opened this issue Dec 8, 2023 · 0 comments
Labels
bug The issue relates to the wizard not working or a problem with the generated code.

Comments

@cthue2
Copy link

cthue2 commented Dec 8, 2023

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:

  • WinUI
  • WPF
  • UWP

About your setup

  • Visual Studio Version:
  • Template Studio Wizard Version:
  • Windows Build:
@cthue2 cthue2 added the bug The issue relates to the wizard not working or a problem with the generated code. label Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue relates to the wizard not working or a problem with the generated code.
Projects
None yet
Development

No branches or pull requests

1 participant