I've searched your forums and documentation, but can't see much referring to .NET 8 in Winforms.
You say that Ultimate UI now fully supports .NET 8: https://ko.infragistics.com/products/windows-forms
But when I try to create a new .NET 8 project:
I don't have any Infragistics tools available in the designer. If I try to add one, I get this error, which suggests the DLLs are not compatible:
I'm using version 24.1.20241.38
Any idea where I'm going wrong?
Aargh, your crazy forum not embedding the images again. Trying again...
Hello, The reason why this issue occurs is that for .NET Core 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 8 project, you need to first include the NuGet package for the particular control(s) you are trying to use, as our support for .NET 8 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://ko.infragistics.com/help/winforms/nuget-feeds NuGet Packages: https://ko.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.
Regarding adding images to the forum, currently we have an ongoing issue with this and we are currently working to resolve it. Please let me know if you have any questions. Regards, Ivan Kitanov