.NET Data API FSharp error

I am using .net data api requiring DEEDLE and FSharp/etc from

https://github.com/Refinitiv-API-Samples/Article.EikonDataAPI.DotNet.Library


I get the following error although I do have reference to FSharp.Core


Any suggestions?


---------------------------
Error Loading basket
---------------------------
Could not load file or assembly 'FSharp.Core, Version=4.4.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A)
---------------------------
OK
---------------------------


Best Answer

  • Jirapongse
    Jirapongse admin
    Answer ✓

    @newuser

    After building the application, there is an FSharp.Core.dll file in the built folder. Please also copy this file to the same directory of the application on another machine.


Answers

  • From my test, it works fine with .NET Framework 4.6.1. The platform must be x64.

    imageThe version of FSharp.Core is 4.5.0.0.

    image


  • Have you tried to add the missing reference? Install FSharp by Managing the Nuget Package. Hope this helps.

  • I am running fine in my box. however, when I copy executables it won't work on another machine.