ERROR: Script execution failed. [FileLoadException] Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
. I have googled and found that adding a scriptcs.exe.config with startup useLegacyV2RuntimeActivationPolicy="true"
should fix this. But where should i put this file? In the same folder as the .csx does not work