Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
225
SavetoXml/LoadfromXml Upgrade Problem
posted

Hi,

After upgrading from V8.2 to 9.1 we have some problems, hopefully you can help us:

Our Users can save/load their personell DisplayLayout preferences via SaveToXml/LoadFromXml.

With 8.2 everything is fine but 9.1 is not able to read the "8.2" Xml.

This is what we do:

Dim u32 As System.Text.Encoding = System.Text.Encoding.UTF8
Dim input As Byte() = u32.GetBytes(dr(0)("XML_File"))
Dim ss As Stream = New System.IO.MemoryStream(input)
XX_grd.DisplayLayout.LoadFromXml(ss, PropertyCategories.All) <- Error Object not set to an.......

 

Any Ideas?

Thank you

Matthias