Hello!
According to https://es.infragistics.com/help/winforms/nuget-packages Nuget Infragistics.WinForms.Win.UltraWinChart doesnt exist in 20.2 version. Using trial right now. In CLR4 there is dll, but its not represented in Nuget packages so UltraChart object isnt possible to define.
Just trying to migrate old code to net 5. This works in framework 4.8, but not in net 5.
Thank you!
Hello,
Thank you for posting on our forums.
Are you using the Infragistics Live feed or you are loading the packages from the local folder on your computer after the installation?
It is possible that some packages to be still missing from the live feed for trial accounts, so can you please run the installation and let me know if you are still missing packages?
Looking forward to your reply.
Sincerely,Tihomir TonevAssociate Software DeveloperInfragistics
Just did installation repair function and nothing changed.
Problem is solved, when i add manually "2020.2\Windows Forms\CLR4.0\Bin\Infragistics4.Win.UltraWinChart.v20.2.dll" to the project as COM reference, but i cant add it from Nuget where Package Source is Infragistics Local as it simply doesnt show up in list there ("Infragistics.WinForms.Win.UltraWinChart").
But dont worry, i think it will work in release version :) as im just doing tests with trial.