- Got "System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Build.Framework, Version=12.0.0.0"
Solved by installing MSBuild 12
2)Got "start of process fsi exe failed"
Solved by setting environment variable "FSI" to "C:\Program Files (x86)\Microsoft SDKs\F#\4.0\Framework\v4.0\fsi.exe"
- Then I got "generating help documentation failed"
which is in turn triggered by
"inheritance security rules violated by type razorengine.compilation.csharp.csharprazorcorelanguage"
Stacktrace shows call from .\docs\tools\generate.fsx at line 112 to Fsharp.Literate.Main.fs.