我正在尝试在 F#中做一些SharpDX 。SharpDX 不能导入便携式库,只能导入标准 .NET 库。
在解决了一个明显的错误以从 C# 应用程序引用 F# 库之后,我现在在执行时遇到了另一个问题:
Could not load file or assembly 'FSharp.Core, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
这是一个熟悉的异常,但我不知道在 Visual Studio 2012 中会导致什么。