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?
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
- Connections
- Queries
- Extensions / Plugins
- Drivers
Is there a specific option that you want to make portable, or is it all options?
DefaultQueryLanguage
ResultsInGrids
Thanks for the quick answer.