zzarchive-fsharp-dnx icon indicating copy to clipboard operation
zzarchive-fsharp-dnx copied to clipboard

TypeLoadException Load in FSharpProjectReferece

Open davidtme opened this issue 9 years ago • 1 comments

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.

image

davidtme avatar Feb 08 '16 15:02 davidtme

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).

Alxandr avatar Feb 09 '16 08:02 Alxandr