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

[Bug]: Ribbon on .NET core / .NET 5 winforms #25

Closed
russgreen opened this issue Nov 14, 2020 · 5 comments
Closed

[Bug]: Ribbon on .NET core / .NET 5 winforms #25

russgreen opened this issue Nov 14, 2020 · 5 comments
Labels
answered This question has been adequately answered. completed This issue has been completed.

Comments

@russgreen
Copy link

I can get as far as adding a ribbon, creating tabs, adding ribbon groups to the tabs but when I try and add items to those groups I get a message.

Cannot create an instance of Krypton.Ribbon.KryptonRibbonGroupContainer it is an abstract class.

@Wagnerp Wagnerp changed the title Ribbon on .NET core / .NET 5 winforms [Bug]: Ribbon on .NET core / .NET 5 winforms Nov 16, 2020
@Wagnerp Wagnerp added bug Something isn't working help wanted Extra attention is needed labels Nov 16, 2020
@Wagnerp
Copy link
Contributor

Wagnerp commented Nov 16, 2020

Hi @russgreen

Just a quick question, are you using the designer?

@russgreen
Copy link
Author

russgreen commented Nov 16, 2020

The designer doesn’t work at all on the form. Creating via properties panel RibbonTabs...

@Wagnerp
Copy link
Contributor

Wagnerp commented Nov 16, 2020

Have you tried adding net48 to your TargetFrameworks, as this will restore the designer?

@russgreen
Copy link
Author

I hadn’t. But thank you. That’s done the trick.

@Wagnerp
Copy link
Contributor

Wagnerp commented Nov 16, 2020

It's because MS doesn't fully support the designer in .NET Core/.NET yet. I don't know why.

@Wagnerp Wagnerp added answered This question has been adequately answered. completed This issue has been completed. and removed bug Something isn't working help wanted Extra attention is needed labels Nov 16, 2020
@Wagnerp Wagnerp closed this as completed Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered This question has been adequately answered. completed This issue has been completed.
Projects
None yet
Development

No branches or pull requests

2 participants