Reputation: 9
I have converted both RibbonWinForms and the Krypton-toolkit to .net 5/6 but neither show any design time functionality. (ie you can't click on the controls and add tabs/panels etc). Both compile with no issues. Can anyone point me in a direction of how to fix this or is it just not going to work in .Net 5 or 6?
Upvotes: -1
Views: 392
Reputation: 1
If you're still experiencing this issue, please see https://krypton-suite.github.io/Standard-Toolkit-Online-Help/Source/Help/Output/articles/Support/Designer%20Fix.html.
The reason is due to underlaying changes going back to .NET Core, Microsoft unintendedly broke the designer.
A workaround is to configure your project to use a .NET Framework version in tandem to force the designer to function correctly.
Note: I'm one of the co-developers.
Upvotes: -1