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]: Cannot add elements on Krypton Group #1417

Open
pankiwi opened this issue Apr 22, 2024 · 4 comments
Open

[Bug]: Cannot add elements on Krypton Group #1417

pankiwi opened this issue Apr 22, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@pankiwi
Copy link

pankiwi commented Apr 22, 2024

Cannot add elements on Krypton Group on designer

image

devenv_ypqOaxXmWs.mp4

Desktop (please complete the following information):

  • OS: Windows 11
  • Version: 22631.3447
  • Framework/.NET Version: .net 6
  • Toolkit Version: 80.24.3.64
@pankiwi pankiwi added the bug Something isn't working label Apr 22, 2024
@Wagnerp
Copy link
Contributor

Wagnerp commented Apr 22, 2024

@Smurf-IV Wasn't this fixed quite recently in v90?

@pankiwi
Copy link
Author

pankiwi commented Apr 22, 2024

Really, No.

I try krypton alpha and beta. The error still in this version.

image

Krypton.Toolkit Canary 90.24.4.113-beta

@giduac
Copy link

giduac commented May 29, 2024

Hi @pankiwi,
In your .csproj file change:
<TargetFramework>net6.0-windows</TargetFramework>
to:
<TargetFrameworks>net48;net6.0-windows</TargetFrameworks>

Mind the 'S' TargetFrameworkS, and net48 must be the first of the two.

And the official documentation:
https://github.com/Krypton-Suite/Documentation/blob/main/Documents/Development/Designer-Fix.md

@Wagnerp
Copy link
Contributor

Wagnerp commented May 30, 2024

Hi @pankiwi

Building on the response from @giduac, you can find more complete documentation here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants