Why .NET Framework components are not available for .NET 6.0 forms

Viewed 512

My .NET 6.0 WinForms app works fine with UI controls imported from .NET Framework 4.5 dll, both in run-time and design-time. The only problem the controls are grayed out in Toolbox and so must be placed on app's forms by the code. Any solution for that? Visual Studio 2022.

1 Answers
Related