Hi Fyodor, I have set up a project, well a pair of projects that do something like that... I have a Manager project that just runs an MSBuild script which queries a database, writing the result out to a file in a common area, the Runner project then reads that file in at runtime...adapting what it does based on the values it reads in. With the Manager project on a very short trigger it basically provides live information to the Runner project.
Would a ReplacementValue coupled with a SelectParameter achieve what you want? I'd agree that it's not the cleanest set up but it seems to be working quite well for us. Cheers, Jay
