MixinProvider
MixinProvider copied to clipboard
Inheritance security rules violated by type razorengine.compilation.csharp.csharprazorcorelanguage
- 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.
You seem to be having problems building the non-existent documentation? You can remove that part of the build script, it is just there from the Project Scaffold stuff
Thanks! Was build.sh supposed to be run at all?