Reputation: 2082
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
Reputation: 6077
Do you have F# installed? http://msdn.microsoft.com/en-us/fsharp/default
Upvotes: 2
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