Home
Options

LINQPad portable: ConnectionsV2.xml and RoamingUserOptions.xml

I'm playing with standalone executable version (need to have a portable version) and trying to figure out how to have always available executables, connections and settings.
Good thing: I discovered that the program is able to read "ConnectionsV2.xml" even if I put it in the same folder of the executables.
Bad one: the same doesn't happens with "RoamingUserOptions.xml".
Is there a way to force the program to read "RoamingUserOptions.xml" (or another file) in another position?

Comments

  • Options
    There's no way to do that at present with RoamingUserOptions. The following is supported in portable mode:

    - Connections
    - Queries
    - Extensions / Plugins
    - Drivers

    Is there a specific option that you want to make portable, or is it all options?
  • Options
    edited January 2014
    I'd like to port the few options I have in my actual "RoamingUserOptions.xml" which are, basically:

    DefaultQueryLanguage
    ResultsInGrids

    Thanks for the quick answer.
Sign In or Register to comment.