I get an error while compiling the Alea GPU tutorial: https://github.com/quantalea/AleaGPUTutorial in updating the Visual Studio 2015 2 community from FSharp.Core version 4.4.0.0 to .Net 4.5.
Fody: an unhandled exception occurred: Exception: Failed to load file or assembly "FSharp.Core, Version = 4.3.1.0, Culture = neutral, PublicKeyToken = b03f5f7f11d50a3a" or one of its dependencies. The system cannot find the specified file.
Stacktrace:
at Alea.CUDA.AOTCompileLogger..ctor(List`1 logs, Int32 warningCount, Int32 errorCount) at Alea.CUDA.AOTCompileLogger..ctor() at Alea.CUDA.AOTCompiler..ctor() at Alea.CUDA.Fody.ModuleWeaver.Execute() at lambda_method(Closure , Object ) at InnerWeaver.ExecuteWeavers() in c:\Code\Fody\FodyIsolated\InnerWeaver.cs:line 164 at InnerWeaver.Execute() in c:\Code\Fody\FodyIsolated\InnerWeaver.cs:line 82 Source: Alea.CUDA TargetSite: Void .ctor(System.Collections.Generic.List`1[Alea.CUDA.AOTCompileLogEntry], Int32, Int32)
This happens both in the Tutorial.Cs project and in Tutorial.Fs, regardless of how I configured the bindingRedirect parameter in all possible .config files. It seems that these redirects are ignored by the Fody link loading mechanism.
However, even installing a training solution for FSharp.Core 4.3.1.0 does not allow me to compile it. The error is the same.
Do you have any ideas on how to fix it?
c # f # aleagpu
Infinum
source share