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
222
SaveSettings and Roaming profiles
posted

Is there any way to force the user-settings of, say, a DockingManager (but also any of the infragistics controls that implement IPersistComponentSettings), saved via the SaveSettings property, to go to the user.config of the roaming profile instead of the one in localsettings?  On user settings set via the project properties, I can set a roaming property to true and those settings will go to the roaming profile, but with this IPersistComponentSettings stuff I have no idea how to set it to roaming.

 Any hints as to how do this without having to manually serialize all of my apps components?

 

  • 44743
    posted

    I don't believe there is a way around this other than saving settings manually for each component.