CommandBarController persistence

Hi,

When running the following code, the MemoryStream is not being populated. In otherwords, the SaveCommandBarState(...) method is not returning the state information. The PersistState property is set to true. Please advise as to what I''m doing wrong.

MemoryStream ms = new MemoryStream();
AppStateSerializer appStateSer = new AppStateSerializer(SerializeMode.BinaryFmtStream, ms);
_commandBarController.SaveCommandBarState(appStateSer);
appStateSer.PersistNow();
return ms.ToArray();

1 Reply

PR Purusothaman R Syncfusion Team September 19, 2006 02:06 AM UTC

Hi Sujee,

The Direct Track Incident 28268, has been updated and kindly look in to that Incident.

Thanks,
Purusothaman.R

Loader.
Up arrow icon