Hi,
My project is having .Net framework 6.0 and i am using Infragistics.Win.UltraWinChart.UltraChart() version : 17.2.20172.2006.Iam getting below error
BinaryFormatter serialization and deserialization are disabled within this application. See https://aka.ms/binaryformatter for more information.
Previously i am having .net4.8 framework then this was working but now i upgraded my project to .net frameowrk 6.0 and it started throwing error
Please let me know what will be the solution for this.
Hello Jyoti,
Thank you for the post . For Net framework 6.0 the supported version would be V21.2.
You can refer whats new document for the that.
Also For .Net framework 6.0 you would need to use packages instead of dlls like explained in our doc here.
https://es.infragistics.com/help/winforms/nuget-feeds
After update your environment let me know if you still have the issue .
Regards
Thanks Divya.
Sorry for late post as we hold this activity due to some other priority work but now i am looking into it.
When i added UltraDataChart from the package it looks like so many changes we need to do as we have used below namespaces also in UltraWinChart.
Infragistics.UltraChart.Shared.Styles;Infragistics.UltraChart.Resources.Appearance;
How we handle those in UltraDataChart?
Do you have any better option how we can go further into it.
Thanks in advance.