fsprojects / ExcelFinancialFunctions

.NET Standard library providing the full set of financial functions from Excel.
https://fsprojects.github.io/ExcelFinancialFunctions
Other
194 stars 66 forks source link

Compile project #26

Closed jerschmidt14 closed 4 years ago

jerschmidt14 commented 4 years ago

Hi, Downloaded the code. Opened up the main solution (ExcelFinancialFunctions.sln) with VS 2017 on my win 7 box. Tried to compile. Noticed FSHARP.CORE was missing, made a reference to one in c:\program files(x86)\microsoft\visual studio\2017\professional\common7\ide\publicassemblies\fsharp.core.dll. Tried to compile but getting all sorts of error (146) e.g. a unique overload for method 'min' could not be determined based on type information prior to this program point.

Do you require any other references. as a note, i can use DLL fine, but would like to compile the code myself so i can step thru the code.

Thanks in advance,

Jeremy

jerschmidt14 commented 4 years ago

i seem have resolved this buy going to nuget command prompt and entering

Install-Package FSharp.Core - Version 4.0.0.1

now i can compile thanks!