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
280
getting error "Error encountered while serializing data into stream"
posted

when I am trying to save data in toolbar tag as below

UltraToolbarsManager1.Toolbars(0).Tools(0).Tag = "Data"

I am getting error "Error encountered while serializing data into stream"

This error is occured on below code:

UltraToolbarsManager1.SaveAsXml(readMemoryStream,True)

Please suggest how to store data in UltraToolBarManager Tag without error.

Parents
No Data
Reply
  • 2165
    posted

    Hello Priyanka,

     

    I have tried to reproduce the issue you’ve got based on your description and everything seems to work fine for me. Could you please review my sample and try to modify it in order to reproduce the issue you’ve got, so I’ll be able to investigate this on my own. Also please let me know the exact version of Infragistics which you are using. Please see attached zip.

     

    I am waiting for your feedback.

    CAS-144278-F7T7P9.zip
Children
No Data