Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't run on mono(4.0) under linux #40

Open
javagg opened this issue Sep 25, 2015 · 0 comments
Open

Can't run on mono(4.0) under linux #40

javagg opened this issue Sep 25, 2015 · 0 comments

Comments

@javagg
Copy link

javagg commented Sep 25, 2015

The code complies without any errors.But When I run the example, it outputs:

***** Press [Enter] to run example 1 or [Esc] to exit.

Unhandled Exception:
Xipton.Razor.Core.TemplateCompileException: (0,0) : error CS0006: Metadata file `system.dll' could not be found

(0,0) : error CS0006: Metadata file `system.core.dll' could not be found

(0,0) : error CS0006: Metadata file microsoft.csharp.dll' could not be found at Xipton.Razor.Core.TemplateFactory.CheckCompileResults (System.Web.Razor.GeneratorResults generatorResults, System.CodeDom.Compiler.CompilerResults compilerResults, System.String templateContent, System.String generatedSource) [0x0016e] in /home/alex/works/RazorMachine/Source/Xipton.Razor/Core/TemplateFactory.cs:303 at Xipton.Razor.Core.TemplateFactory.CreateAssembly (System.String resourceName, System.String rootNamespace, System.String className, System.String content, System.String& generatedSource) [0x000d7] in /home/alex/works/RazorMachine/Source/Xipton.Razor/Core/TemplateFactory.cs:172 at Xipton.Razor.Core.TemplateFactory.CreateBucket (System.String reqestedPath) [0x0003b] in /home/alex/works/RazorMachine/Source/Xipton.Razor/Core/TemplateFactory.cs:147 at Xipton.Razor.Core.TemplateFactory+<CreateTemplateInstance>c__AnonStorey0.<>m__0 (System.String key) [0x0000c] in /home/alex/works/RazorMachine/Source/Xipton.Razor/Core/TemplateFactory.cs:86 at System.Collections.Concurrent.ConcurrentDictionary2[System.String,Xipton.Razor.Core.TemplateFactory+CacheBucket].GetOrAdd (System.String key, System.Func2 valueFactory) [0x00000] in <filename unknown>:0 at Xipton.Razor.Core.TemplateFactory.CreateTemplateInstance (System.String requestedVirtualTemplateName, Boolean throwExceptionOnVirtualPathNotFound) [0x0006d] in /home/alex/works/RazorMachine/Source/Xipton.Razor/Core/TemplateFactory.cs:86 at Xipton.Razor.RazorMachine.ExecuteUrl (System.String templateVirtualPath, System.Object model, System.Object viewbag, Boolean skipLayout, Boolean throwExceptionOnVirtualPathNotFound) [0x00020] in /home/alex/works/RazorMachine/Source/Xipton.Razor/RazorMachine.cs:111 at Xipton.Razor.RazorMachine.ExecuteContent (System.String templateContent, System.Object model, System.Object viewbag, Boolean skipLayout) [0x0004c] in /home/alex/works/RazorMachine/Source/Xipton.Razor/RazorMachine.cs:147 at Xipton.Razor.Example.Program.Example1 () [0x0001c] in /home/alex/works/RazorMachine/Source/Xipton.Razor.Example/Program.cs:69 at Xipton.Razor.Example.Program.Main (System.String[] args) [0x00007] in /home/alex/works/RazorMachine/Source/Xipton.Razor.Example/Program.cs:16 [ERROR] FATAL UNHANDLED EXCEPTION: Xipton.Razor.Core.TemplateCompileException: (0,0) : error CS0006: Metadata filesystem.dll' could not be found

(0,0) : error CS0006: Metadata file `system.core.dll' could not be found

(0,0) : error CS0006: Metadata file microsoft.csharp.dll' could not be found at Xipton.Razor.Core.TemplateFactory.CheckCompileResults (System.Web.Razor.GeneratorResults generatorResults, System.CodeDom.Compiler.CompilerResults compilerResults, System.String templateContent, System.String generatedSource) [0x0016e] in /home/alex/works/RazorMachine/Source/Xipton.Razor/Core/TemplateFactory.cs:303 at Xipton.Razor.Core.TemplateFactory.CreateAssembly (System.String resourceName, System.String rootNamespace, System.String className, System.String content, System.String& generatedSource) [0x000d7] in /home/alex/works/RazorMachine/Source/Xipton.Razor/Core/TemplateFactory.cs:172 at Xipton.Razor.Core.TemplateFactory.CreateBucket (System.String reqestedPath) [0x0003b] in /home/alex/works/RazorMachine/Source/Xipton.Razor/Core/TemplateFactory.cs:147 at Xipton.Razor.Core.TemplateFactory+<CreateTemplateInstance>c__AnonStorey0.<>m__0 (System.String key) [0x0000c] in /home/alex/works/RazorMachine/Source/Xipton.Razor/Core/TemplateFactory.cs:86 at System.Collections.Concurrent.ConcurrentDictionary2[System.String,Xipton.Razor.Core.TemplateFactory+CacheBucket].GetOrAdd (System.String key, System.Func`2 valueFactory) [0x00000] in :0
at Xipton.Razor.Core.TemplateFactory.CreateTemplateInstance (System.String requestedVirtualTemplateName, Boolean throwExceptionOnVirtualPathNotFound) [0x0006d] in /home/alex/works/RazorMachine/Source/Xipton.Razor/Core/TemplateFactory.cs:86
at Xipton.Razor.RazorMachine.ExecuteUrl (System.String templateVirtualPath, System.Object model, System.Object viewbag, Boolean skipLayout, Boolean throwExceptionOnVirtualPathNotFound) [0x00020] in /home/alex/works/RazorMachine/Source/Xipton.Razor/RazorMachine.cs:111
at Xipton.Razor.RazorMachine.ExecuteContent (System.String templateContent, System.Object model, System.Object viewbag, Boolean skipLayout) [0x0004c] in /home/alex/works/RazorMachine/Source/Xipton.Razor/RazorMachine.cs:147
at Xipton.Razor.Example.Program.Example1 () [0x0001c] in /home/alex/works/RazorMachine/Source/Xipton.Razor.Example/Program.cs:69
at Xipton.Razor.Example.Program.Main (System.String[] args) [0x00007] in /home/alex/works/RazorMachine/Source/Xipton.Razor.Example/Program.cs:16
The application was terminated by a signal: SIGHUP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant