zzarchive-fsharp-dnx
zzarchive-fsharp-dnx copied to clipboard
TypeLoadException Load in FSharpProjectReferece
I can't get the samples to run.
My current setup is:
Microsoft .NET Execution environment
Version: 1.0.0-rc2-16453
Type: Clr
Architecture: x86
OS Name: Windows
OS Version: 6.3.9600
Runtime Id: win81-x86
the error message I'm getting is
System.TypeLoadException: Method 'Load' in type 'FSharp.Dnx.FSharpProjectReferece' from assembly 'FSharp.Dnx, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
Hi. DNX is going away with rc2, thus fsharp-dnx has not been updated. Check out the dotnet cli which is taking over (I believe F# support is already there).