pezipink / MixinProvider

Type provider for generating and injecting F# code from compile time metaprograms
The Unlicense
54 stars 8 forks source link

Inheritance security rules violated by type razorengine.compilation.csharp.csharprazorcorelanguage #3

Open Yorkst opened 8 years ago

Yorkst commented 8 years ago

1) 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"

3) 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.

pezipink commented 8 years ago

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

Yorkst commented 8 years ago

Thanks! Was build.sh supposed to be run at all?