I need to maintain a legacy component, and in the App.config file that it is using I've found:
<userSettings> <Infragistics.Win.UltraWinToolbars.UltraToolbarsManager.MainForm.tbManager> <setting name="BinaryData" serializeAs="Xml"> <value> <base64Binary> ....
and huge base64 string, do you have an idea what can it be ?
Hello.
What you are seeing in the app.config file is what is created when the UltraToolbarsManager.SaveSettings propertry is set to true. Here is a help link:
http://help.infragistics.com/NetAdvantage/WinForms/2010.3/CLR2.0/?page=Infragistics2.Win.UltraWinToolbars.v10.3~Infragistics.Win.UltraWinToolbars.UltraToolbarsManager~SaveSettings.html
When this is set to true, the settings are saved to the local store on the PC and that is what you're seeing in the app.config file. Please let me know if you have any more questions.
Przemyslaw,
Do you have any further questions regarding this matter?
Michael S.
no more questions in regard to this topic
once agin thank you to infragistics for a quick support