Could not load file or assembly FSharp.Core, Version=4.0.0.0
Posted
by Ken
on Stack Overflow
See other posts from Stack Overflow
or by Ken
Published on 2010-06-15T02:56:33Z
Indexed on
2010/06/15
3:02 UTC
Read the original article
Hit count: 1717
F#
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 server. Everytime you open the page you'll get this error message:
Could not load file or assembly 'FSharp.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
I've installed .NET 4 using the web platform installer. F# PowerPack is installed too.
I found this page: http://connect.microsoft.com/VisualStudio/feedback/details/507202/error-in-working-with-f It suggests you to reinstall F#, but the link to download F# seems to be broken. And it might not be the same problem I have.
I've also tried to install Microsoft F# 2.0.0.0 since it's the only F# redistribution I could find. But it doesn't help at all.
Has anyone get something like this to work?
Any help would be appreciated.
Thanks.
© Stack Overflow or respective owner