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/Page/Index.cshtml

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

Details:
@{ Layout = "Views/Shared/_LayoutPage.cshtml"; }
@section Head
{
<title>Netring Ltd - Software Development - Wales - UK</title>
<meta name="description" content="Netring Ltd is a software development and services company that specialises in custom software for businesses and personal use.">
<meta name="keywords" content="Software, development, design, email, websites">
}

<h1>An Enthusiastic and Experienced Team!</h1>
<article>
<section class="box1">
<h2>Software</h2>
<ul>
<li>Netring are all about building great software, and we could be building it for you.</li>
<li>Our team of experienced developers will work hard to meet your needs.</li>
<li>Netring will work with you to implement modern software solutions.</li>
</ul>
<p><strong>We want you to be with us every step of the way.</strong></p>
<p><a href="/pages/software/" class="action">Find out more about software development</a></p>
</section>
<section class="box2">
<h2>Support</h2>
<p>We'd like to look after you, even once development is complete, offering full phone and email support.<br />
<a href="/pages/support/" class="action">Visit our Support Page</a></p>
</section>
</article>

<!--
<aside class="asideissue">
<h2>NOTICE</h2>
<p>Place message here</p>
</aside>
-->

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 Netring.Website;
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: Layout = "Views/Shared/_LayoutPage.cshtml";
Line 28:
Line 29: #line default
Line 30: #line hidden
Line 31: WriteLiteral("\r\n");
Line 32:
Line 33: DefineSection("Head", () => {
Line 34:
Line 35: WriteLiteral("\r\n\t<title>Netring Ltd - Software Development - Wales - UK</title>\r\n\t<meta");
Line 36:
Line 37: WriteLiteral(" name=\"description\"");
Line 38:
Line 39: WriteLiteral(" content=\"Netring Ltd is a software development and services company that special" +
Line 40: "ises in custom software for businesses and personal use.\"");
Line 41:
Line 42: WriteLiteral(">\r\n\t<meta");
Line 43:
Line 44: WriteLiteral(" name=\"keywords\"");
Line 45:
Line 46: WriteLiteral(" content=\"Software, development, design, email, websites\"");
Line 47:
Line 48: WriteLiteral(">\r\n");
Line 49:
Line 50: });
Line 51:
Line 52: WriteLiteral("\r\n\t<h1>An Enthusiastic and Experienced Team!</h1>\r\n\t<article>\r\n\t\t<section");
Line 53:
Line 54: WriteLiteral(" class=\"box1\"");
Line 55:
Line 56: WriteLiteral(@">
Line 57: <h2>Software</h2>
Line 58: <ul>
Line 59: <li>Netring are all about building great software, and we could be building it for you.</li>
Line 60: <li>Our team of experienced developers will work hard to meet your needs.</li>
Line 61: <li>Netring will work with you to implement modern software solutions.</li>
Line 62: </ul>
Line 63: <p><strong>We want you to be with us every step of the way.</strong></p>
Line 64: <p><a");
Line 65:
Line 66: WriteLiteral(" href=\"/pages/software/\"");
Line 67:
Line 68: WriteLiteral(" class=\"action\"");
Line 69:
Line 70: WriteLiteral(">Find out more about software development</a></p>\r\n\t\t</section>\r\n\t\t<section");
Line 71:
Line 72: WriteLiteral(" class=\"box2\"");
Line 73:
Line 74: WriteLiteral(">\r\n\t\t\t<h2>Support</h2>\r\n\t\t\t<p>We\'d like to look after you, even once development " +
Line 75: "is complete, offering full phone and email support.<br />\r\n\t\t\t<a");
Line 76:
Line 77: WriteLiteral(" href=\"/pages/support/\"");
Line 78:
Line 79: WriteLiteral(" class=\"action\"");
Line 80:
Line 81: WriteLiteral(">Visit our Support Page</a></p>\r\n\t\t</section>\r\n\t</article>\r\n\r\n\t<!--\r\n\t<aside");
Line 82:
Line 83: WriteLiteral(" class=\"asideissue\"");
Line 84:
Line 85: WriteLiteral(">\r\n\t\t<h2>NOTICE</h2>\r\n\t\t<p>Place message here</p>\r\n\t</aside>\r\n\t-->\r\n");
Line 86:
Line 87: }
Line 88: }
Line 89: }
Line 90: