简体   繁体   中英

Run F# 3.1 on Visual Studio 2012 (not express)

I was wondering if it is possible to run F# 3.1 on Visual studio 2012? if possible then what is the best way to do this?

Thanks

You can't run the 3.1 Visual Studio integration components (eg the language service, project system, editor integration) on VS 2012, no. So any bug fixes or features there will not be available.

But you can still build, run, debug projects against the F# 3.1 compiler and runtime from VS 2012. Install the latest release (3.1.1) from here . Create a new project in VS 2012, and edit the .fsproj file to point at the 3.1 Microsoft.FSharp.targets file and the 3.1 version of FSharp.Core.dll . I haven't tried this personally, but I think it should work reasonably well.

And in case cost is a factor preventing moving to VS 2013, note that starting with 3.1.1, Visual F# does support VS Desktop Express.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM