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

Details

Error Details

Error compiling template: Views/Default.cshtml

Errors:
[CS0016] Line: 0 Column: 0 - Could not write to output file 'c:\Windows\Temp\Temp_ad8c62c008a94b6186cbe6feb92929b2.dll' -- 'The requested operation could not be completed due to a file system limitation ' (show)

Details:
@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:
Line 26: #line 1 "roo"
Line 27: Write(Html.Raw(Model.Content));
Line 28:
Line 29:
Line 30: #line default
Line 31: #line hidden
Line 32: }
Line 33: }
Line 34: }
Line 35: