I have installed Mono (version 2.4.2.1) on a Mac OS X (10.5.7) and i am trying to do some F# coding. The F# version i am using is 1.9.6.16.
On the FSharp interpreter i am getting this strange message when i type some simple commands (like printfn):
warning FS0191: Could not determine highest installed .NET framework version from Registry keys, using version 2.0
Shoud i have made any configuration before started using it ? I googled for this error code, but i think it is a kind of generic error and could get what's happening.
Thanks in advance