Multiple Users Sharing Data Contexts?
Hi, I've got a .linq script that references a data context under my profile, and a the script is kicked off by a scheduled task which runs lprun.exe all all is well. Now, if another user wanted to make a change to the original .linq file, and they didn't have my data context setup, would that be OK?
Is the solution to take my" %appdata%\LINQPad\ConnectionsV2.xml " and "move/copy this file into the folder where LINQPad.exe resides", so that all users can use my existing data contexts, or is there a way to tell lprun.exe to use a specific data context.
I'm out of the country away from the server otherwise I would have tested it.
Is the solution to take my" %appdata%\LINQPad\ConnectionsV2.xml " and "move/copy this file into the folder where LINQPad.exe resides", so that all users can use my existing data contexts, or is there a way to tell lprun.exe to use a specific data context.
I'm out of the country away from the server otherwise I would have tested it.
Comments