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.