question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug]: Many controls are missing if the project is .NET 5/6

See original GitHub issue

Describe the bug If you install the NuGet package in a project using .NET 5/6, half of the controls are missing.

Workaround: Configure projects to use net48 to get access to the full toolkit suite.

Needs to be investigated.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:17 (15 by maintainers)

github_iconTop GitHub Comments

2reactions
jgreywolfcommented, Jun 11, 2022

Question - would this be at all related to an issue where during runtime the control does not appear at all? As in, new solution using net 6.0, form inherits from KryptonForm, add any Krypton component - run program, no controls visible

No, not seen that happen.

FYI - I started a new project and installed the 65.22.4.94 version of the package(s), and now this is not happening

1reaction
Wagnerpcommented, Oct 24, 2021

@Smurf-IV Toolbox icons seem to be working via NuGet if using just .NET 6???

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

Errors reported when none exist (Visual Basic projects)
We are working on a fix. Just want to call out that in my case, I'm actually seeing namespaces completely missing in the...
Read more >
Visual Studio displaying errors even if projects build
If you have ReSharper, try emptying the ReSharper cache: In menu, ReSharper > Options > Environment > General > Clear Caches.
Read more >
Unable to select components or events from dropdowns in ...
To work around the problem, go to Form Designer, select the control, go to Properties (press <F4>), go to Events tab (click “⚡”),...
Read more >
Custom Controls for WinForm's Out-Of-Process Designer
NET Core 3.0), and Button is missing the Command property, ... NET 6 custom control project named CustomControlLibrary which holds the ...
Read more >
Bug - [SOLVED] VS Code does not recognize Unity
I have only creating new files using "Open C# Project" in Unity. I am not seeing any output whatsoever in VS Code. VS...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found