After I installed winform of Infragistics then I created a new windows forms app in visual studio 2022 and choice .net 7 framework.
Why can not find any infragistics UI components in toolbox.
Hi,
From the screenshot I believe that you are using the Infragistics Live feed instead of loadingthe packages from the local source on your computer.
It is possible for some packages to not show when using the live feed for trial accounts, so could you please run the Platform Installer and perform installation. Once the installation is complete, please follow the steps in the guide below, which shows how to add a local feed:
https://es.infragistics.com/help/winforms/nuget-feeds#adding_package_source
After you have added a local source the NuGet packages should be available when browsing the local feed.
Please let me know if you are still missing the packages when using the local feed?
Regards, Ivan Kitanov
Thank you for your reply.
I follow the steps to configure Nuget, but I don't see the component item.
Hello,
The reason why this issue occurs is that for .NET 5/6 or 7 we do not provide our controls via the DLLs, instead they are provided by NuGet packages.
In order for the Infragistics for Windows Forms controls to show in the toolbox and to be able to use and interact with them in the designer when using a .NET 7 project, you need to first include the NuGet package for the particular control(s) you are trying to use, as our support for .NET 7 is done through NuGet. For more information on setting up the Infragistics NuGet feed and which controls exist under which packages, I would recommend taking a look at the following documentation:
NuGet Feeds: https://es.infragistics.com/help/winforms/nuget-feeds
NuGet Packages: https://es.infragistics.com/help/winforms/nuget-packages
Once the controls are added through the NuGet they will appear in the toolbox and would be able to interact in the form designer.
Please let me know if you have any questions.
Regards Ivan Kitanov