Hi, I am using Infragistics UltraWinGrid.v18.1 in my application.
It is perfectly working well and showing the data correctly but when I click any of the cell irrespective of the column, It continuously throws me an error.
See the Stacktrace of the Error below
Regards
Yeah, those are the Dotnet Framework assemblies. You can't use those in a NetCore application. You need the Netcore assemblies from the Nuget packages. :)
Hello Muhammad,
It looks like you are currently adding the physical assemblies, which will still be targeting .NET Framework versions. We support .NET Core 3.1 and .NET 5 through our NuGet packages.
You can read about using the Infragistics licensed NuGet feed here: https://ko.infragistics.com/help/winforms/nuget-feeds.
Please let me know if you have any other questions or concerns on this matter.
Hi, I tried updating my Infragistics controls from 18.1(Licensed Version) to 20.2(Unlicensed Trail) but the error still persist.
Attached below is the references of Infragisticsv20.2 in my project
The error stack trace still looks the same as it was in v18.1
Yes Andrew, That is the case, I am targeting .Net5 in my application.
I would try using the updated version Thanks for the help
Are you by chance targeting .NET Core 3.1 or perhaps .NET 5? I ask, as we started supporting .NET Core 3.1 and .NET 5 in version 2020.1 and 2020.2 respectively. If you are targeting version 2018.1 in either of these versions, it will not work as that version is not optimized for .NET Core 3.1 or .NET 5, and Microsoft removed the ContextMenu in those versions of .NET.
If you are targeting those versions of .NET, I can only recommend that you upgrade to at least 2020.1 or fall back to using .NET Framework. If you are not targeting those versions though, can you please let me know which versions you are targeting as well as what the specific version of 2018.1 is that you are targeting? This number can be found on the properties of your references and will look along the lines of 18.1.20181.XXXX.