Hello, I upgraded my project from .NET Framework 4.6.1 to .NET 6 using the Upgrade Assistant. In the old version I had following DLLs referenced
I replaced them all with version 23.1 DLLs.
Now, all UltraTextEditor controls are unusable - can't enter any text. However, I am able to set value to these controls in code. So they are kind of working, but if a user can't enter any text in UI - it's useless. Also, they are not disabled - I checked that.
I recorded a GIF to present the issue - https://imgur.com/StbG1cl
If you need more info, please let me know.
Thanks in advance
Small info for the gif - the first program you see is the old instance, then with the controls not working is the new version.
Hello Nikolaus,
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 6 project, you need to first include the NuGet package for the particular control(s) you are trying to use, as our support for .NET 6 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
Hello Ivan,
it helped. All works well now.
Thank you very much!
I'm glad I was able to help.
Thank you for choosing Infragistics!
Regards.Ivan Kitanov