PeakGen
PeakGen

Reputation: 22995

F# with Visual Studio Express/Professional/etc

I am going to learn F#. In my lecturer notes, they have simply asked to open VS 2010, open project, select other languages and select F# ! I have VS 2010 express, and everything is separated into different software like Visual C++, Visual C# etc, there is no F# !

In this thread (Is F# 3.0 available on Visual Studio 2010 professional?) I found it is in VS 2012 express so I downloaded it. But, again I can't find F#!

How to make a F# project in VS express? Please help!

EDIT

At least, is this is available in Visual Studio 2010 Professional? Please help!

Upvotes: 4

Views: 735

Answers (1)

Piotr Stapp
Piotr Stapp

Reputation: 19830

Download Visual Studio Express 2012 for Web (it is important, you cannot use F# with Visual Studio Express 2012 for Desktop or other), then install F# Tools for Visual Studio Express 2012 for Web. Full description how to do this is on msdn blog

Upvotes: 3

Related Questions