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
I needed version 4.0.0 of FSharp.Core, so I installed it in my Visual Studio 2010 via Nuget: http://nuget.org/packages/FSharp.Core
4.0.0
FSharp.Core
Or run the following command in the Package Manager Console: PM> Install-Package FSharp.Core Then publish the project and upload FSharp.Core.dll
PM> Install-Package FSharp.Core
FSharp.Core.dll