Integrating F# in SharpDevelop

Posted by Marko Apfel on Geeks with Blogs See other posts from Geeks with Blogs or by Marko Apfel
Published on Wed, 24 Mar 2010 11:10:18 GMT Indexed on 2010/03/24 18:33 UTC
Read the original article Hit count: 693

Filed under:

After installing SharpDevelop 4 the F# Interactive could not be activated.

In my case the correct folder for the F# installation must by specified in die application config file.
So i opened SharpDevelop.exe.config and set this entry in the appSettings section:

<add key="alt_fs_bin_path" value="C:\Program Files\FSharp\bin" />

© Geeks with Blogs or respective owner