Closed russgreen closed 3 years ago
Hi @russgreen
Just a quick question, are you using the designer?
The designer doesn’t work at all on the form. Creating via properties panel RibbonTabs...
Have you tried adding net48
to your TargetFrameworks
, as this will restore the designer?
I hadn’t. But thank you. That’s done the trick.
It's because MS doesn't fully support the designer in .NET Core/.NET yet. I don't know why.
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.