Posted 19 May 2022, 9:56 am EST
New C1.Win.C1FlexGrid.4.5.2 Version 4.5.20203.468 hangs with very old code:
Dim mm As New IO.MemoryStream
flex.WriteXml(mm)
mm.Position = 0
anotherflex.ReadXml(mm)
mm.Flush()
mm.Close()
struggles with:
System.ArgumentNullException: Value cannot be NULL.
Parametername: encoder
Could be, that there are some VB-"nothing"s inside the cells, but why does it pop up now?