Could not load file or assembly FSharp.Core, Version=4.0.0.0
Trying to run a program that was compiled with an older version of the FSharp framework. In my case I had mixed versions of the FSharp.Core in my references. Well, this is easily fixed by adding the following to executing program's App.config.