Marko Apfel

C#, Architecture, QA, Coach, GIS, ArcGIS, ArcObjects

  Home  |   Contact  |   Syndication    |   Login
  166 Posts | 2 Stories | 96 Comments | 4 Trackbacks

News



Twitter | LinkedIn | Xing

Twitter












Article Categories

Archives

Post Categories

BizTalk

C#

Enterprise Library

SAP

SQL Server

Technologie

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" />

posted on Wednesday, March 24, 2010 1:10 PM