fsprojects / ExcelProvider

This library is for the .NET platform implementing a Excel type provider.
http://fsprojects.github.io/ExcelProvider/
The Unlicense
141 stars 51 forks source link

Make the tests work #1

Closed forki closed 10 years ago

forki commented 10 years ago

Run "build.cmd Release"

==> all tests fail with "MethodNotFoundException"

forki commented 10 years ago

/cc @JohnDoeKyrgyz @ovatsus

Any ideas?

MorganPersson commented 10 years ago

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.

forki commented 10 years ago

seems to work. thanks