fsprojects/ExcelProvider

Make the tests work

forki opened this issue · 3 comments

Run "build.cmd Release"

==> all tests fail with "MethodNotFoundException"

/cc @JohnDoeKyrgyz @ovatsus

Any ideas?

Wrong F# version ?
I had that error message recently, with type providers though so it may not apply..
When I changed TargetFSharpCoreVersion in the fsproj to point to 4.3.1.0 instead of 4.3.0.0 it worked.

seems to work. thanks