Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Setting up F# in Visual Studio 2005

Are there any decent tutorials for setting up F# in Visual Studio 2005? Everything I have found points at VS2008.

ie: 'F# projects' under projects, etc.

like image 790
graham.reeds Avatar asked Sep 23 '08 12:09

graham.reeds


2 Answers

Unfortunately the CTP release of F# doesn't support VS 2005. Two options:

  1. Use 1.9.4.19, the most recent pre-CTP release
  2. Download the free VS2008 shell and use that instead (I haven't tried it, but apparently it works)
like image 151
user20361 Avatar answered Oct 23 '22 16:10

user20361


Installing F# Editing for Microsoft Visual Studio 2005

That page also links to Don Syme's F# blog, which has a lot of useful stuff on working with F# in VS, including a demo of F# intellisense in VS2005.

like image 2
ConroyP Avatar answered Oct 23 '22 14:10

ConroyP