I\'m trying to deploy a web application which uses F# 4.0 on Windows Server 2008.
It works on my computer where VS2010 is installed but it doesn\'t work on the serve
In my case, this was caused by a corrupted config. I removed every reference to F# in the *.fsproj and *.csproj files (including binding redirects), reinstalled the FSharp.Core package from NuGet, and everything worked out nicely.
*.fsproj
*.csproj
FSharp.Core