I am using the latest FSharp.Data package in a mixed F#/C# project and I have an issue on my prod server with FSharp Core when moving the bin directory over.
2015-04-13 22:09:24,405 [11972] WARN xxx.xxxImpl - Could not load file or assembly 'FSharp.Core, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Das System kann die angegebene Datei nicht finden. File name: 'FSharp.Core, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
I installed the latest official .NET 4.5.1 and Visual F# Tools 3.1.2 on the server, but this was not good enough. What would you suggest? I use VS 2013 with F# Power tools on my dev machine and this works fine.