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

How do I use it with VS2012 and Mono? #2

Closed haf closed 6 years ago

haf commented 10 years ago

Is there a F# 3.1, assembly version 4.3.1.0 somewhere that is usable? I installed v4.3.1.0 for VS2013 and got the DLL installed, referencing that still gives problems.

And or, how do I make it work in any way possible?

JohnDoeKyrgyz commented 10 years ago

Can you provide a stack trace? Which version of F# do we need to use to be compatible with Mono? I don't think we are using any F# 3.1 features specifically, so it may be worth considering using F# 3.0.

haf commented 10 years ago

F# is compiled on its own in any version you prefer, so it's about the public ABI of that DLL, not of the mono runtime in particular. CIL, which F# compiles to hasn't changed that much between versions of mono. Hence if you are changing F# versions you may need assembly redirects.

No I can't provide a stack trace because I haven't been able to compile it. I tried in VS2012, Win 8, by following the instructions.

dsyme commented 6 years ago

Closing this very old issue