开发者

System.Tuple in two assemblies, what to do?

开发者 https://www.devze.com 2023-01-12 03:40 出处:网络
Error 1 The type \'System.Tuple\' exists in both \'c:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework.NETFramework\\v4.0\\mscorlib.dll\' and \'c:\\Program Files (x86)\\FSharp-2.0.0.0

Error 1 The type 'System.Tuple' exists in both 'c:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.0\mscorlib.dll' and 'c:\Program Files (x86)\FSharp-2.0.0.0\bin\FSharp.Core.dll' C:\Users\Bent\documents\visual studio 2010\Projects\FSharpExtensionsCSharp\FSharpExtensionsCSharp\FSharpListEx.cs 51 41 开发者_开发问答FSharpExtensionsCSharp


It looks like you're trying to use a 2.0/3.0/3.5 framework version of FSharp with 4.0. If you change your projects to target 3.5 or 3.0 or 2.0 etc. you should be fine.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号