I am new to SharpDevelop and having an issue trying to setup a new F# project.
I get a message saying make sure your F# compliler isn't installed and that the imported project can't find ...FSharp.Targets and that I should correct the import statement in my project.
The problem here is that it fails to creat the project files that it requesting me to fix. Browsing the project directory, SD created the directories but not the project files.
F# complier is installed and I can create and run F# projects in Visual Studio just fine. It
Urg...