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://www.infragistics.com/help/winforms/nuget-feeds
After update your environment let me know if you still have the issue .
Regards