I need to reference FSharp.Core to a Visual Web Developer Express project (C#), but for some reason when I click “Add Reference” it doesn’t exist on the “.NET” list. Also tried to search this DLL on C:\Program Files\Referenced Assemblies, didn’t find anything.
I downloaded this DLL from somewhere, but when I add it, it throws that System.Tuple exists in both mscorelib and FSharp.Core.
I’m using Visual Web Developer Express 2010 with .NET Framework 4 (not client profile).
Any ideas?
What @kvb said in his comment. The version you want probably lives in a location like
C:\Program Files\Reference Assemblies\Microsoft\FSharp\2.0\Runtime\v4.0\FSharp.Core.dll
Be sure you have the “v4.0” part.