Alea GPU Tutorial not compiling on VS 2015 Update 2 with FSharp.Core 4.4.0.0

后端 未结 4 587
春和景丽
春和景丽 2021-01-12 07:34

I am getting error while compiling Alea GPU Tutorial: https://github.com/quantalea/AleaGPUTutorial in Visual Studio 2015 Community Update 2 with FSharp.Core version 4.4.0.0

4条回答
  •  青春惊慌失措
    2021-01-12 07:43

    I too had a similar problem when I first tried loading one of Alea 3.0.3 samples. It took me a few minutes to figure out but this worked for me and was pretty simple to run the sample files.

    1) Using Visual Studio Package Manager Console ran ./paket_setup.bat provided with the sample.zip file 2) Added the FSharp.Core.dll from under the sample project solution folder ./packages/FSharp.Core/lib/net40/FSharp.Core.dll

    After this the project ran without issue.

    I didn't need to install anything into the GAC

提交回复
热议问题