Para
Para

Reputation: 2082

visual studio 2010 fsproj not supported

I have Visual Studio 2010 at home and at another location. I tried running a fsproj project from home at this other location and when I open the sollution it says it is not supported. I have other csharp project in the solution and these load just fine.
Does anyone have any ideas why this happens and how can I make this error go away?

Thank you.

Upvotes: 2

Views: 1071

Answers (3)

Frank Hale
Frank Hale

Reputation: 1896

Rerun the VS2010 installer and add the F# support.

Upvotes: 1

Rhapsody
Rhapsody

Reputation: 6077

Do you have F# installed? http://msdn.microsoft.com/en-us/fsharp/default

Upvotes: 2

Justin
Justin

Reputation: 86729

.fsproj files are apparently Visual F# project files.

To make this error go away make sure that you have the F# bits of Visual Studio 2010 installed.

Upvotes: 0

Related Questions