Razor Compilation Error
We tried, we really did, but we just can't compile your view.
We're sorry :-(
Graphics courtesy of the awesome Matthew Inman
We tried, we really did, but we just can't compile your view.
We're sorry :-(
Graphics courtesy of the awesome Matthew Inman
Error compiling template: Views/Default.cshtml
Errors:
[CS0016] Line: 0 Column: 0 - Could not write to output file 'c:\Windows\Temp\Temp_95f8a80b707d4520927d709bd8e5c95c.dll' -- 'The requested operation could not be completed due to a file system limitation ' (show)
Details:
<h1>@Model.Heading</h1>
@Html.Raw(Model.Content)
Compilation Source://------------------------------------------------------------------------------
Line 1: // <auto-generated>
Line 2: // This code was generated by a tool.
Line 3: // Runtime Version:4.0.30319.42000
Line 4: //
Line 5: // Changes to this file may cause incorrect behavior and will be lost if
Line 6: // the code is regenerated.
Line 7: // </auto-generated>
Line 8: //------------------------------------------------------------------------------
Line 9:
Line 10: namespace RazorOutput {
Line 11: using Microsoft.CSharp.RuntimeBinder;
Line 12: using System;
Line 13: using System.IO;
Line 14: using Overseer.Website.ViewModels;
Line 15:
Line 16:
Line 17: public class RazorView : Nancy.ViewEngines.Razor.NancyRazorViewBase {
Line 18:
Line 19: #line hidden
Line 20:
Line 21: public RazorView() {
Line 22: }
Line 23:
Line 24: public override void Execute() {
Line 25: WriteLiteral("<h1>");
Line 26:
Line 27:
Line 28: #line 1 "roo"
Line 29: Write(Model.Heading);
Line 30:
Line 31:
Line 32: #line default
Line 33: #line hidden
Line 34: WriteLiteral("</h1>\r\n");
Line 35:
Line 36:
Line 37: #line 2 "roo"
Line 38: Write(Html.Raw(Model.Content));
Line 39:
Line 40:
Line 41: #line default
Line 42: #line hidden
Line 43: }
Line 44: }
Line 45: }
Line 46: