F# project references not working when targeting x64 platform in Visual Studio 2010

后端 未结 1 1768
情歌与酒
情歌与酒 2021-01-19 05:06

I have an F# library project that depends on a C# class library project, both in the same solution. Essentially in the F# code, I do open MyLib (where MyLib is

相关标签:
1条回答
  • 2021-01-19 05:23

    OK, so I finally got some response from Microsoft.

    It turns out to be a bug that's apparently been fixed in the next version of F#.

    0 讨论(0)
提交回复
热议问题