Reputation: 16476
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.
Upvotes: 5
Views: 1844
Reputation: 144
Unfortunately the CTP release of F# doesn't support VS 2005. Two options:
Upvotes: 3
Reputation: 41896
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.
Upvotes: 2