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/Page/Index.cshtml
Errors:
[CS0016] Line: 0 Column: 0 - Could not write to output file 'c:\Windows\Temp\Temp_6a248ede0cbc4dfb813881bf79db159d.dll' -- 'The requested operation could not be completed due to a file system limitation ' (show)
Details:
@{ Layout = "Views/Shared/_LayoutPage.cshtml"; }
@section Head
{
<title>GlobalStockroom</title>
}
<section class="carouselbox">
<div id="carousel_1" class="owl-carousel">
<div style="text-align:center;">
<img src="/Content/images/slider/slide-1.jpg" alt="" style="width:100%; height:auto; max-width:900px;" />
</div>
<div style="text-align:center;">
<img src="/Content/images/slider/slide-2.jpg" alt="" style="width:100%; height:auto; max-width:900px;" />
</div>
<div style="text-align:center;">
<img src="/Content/images/slider/slide-3.jpg" alt="" style="width:100%; height:auto; max-width:900px;" />
</div>
<div style="text-align:center;">
<img src="/Content/images/slider/slide-4.jpg" alt="" style="width:100%; height:auto; max-width:900px;" />
</div>
</div>
</section>
<section class="four-box clearfix">
<div class="index-item">
<h2><img src="/Content/images/globe_48.png" alt="Internal External Both" />Internal External Both</h2>
<p>There are benefits to you and your customers either way. Different configurations make it a powerful tool.</p>
<p><a href="/pages/InternalExternalBoth">Read More</a></p>
</div>
<div class="index-item">
<h2><img src="/Content/images/pie_chart_48.png" alt="Multilevel Access" />Multilevel Access</h2>
<p>Refelect your organisation or customer needs with user or group specific access controls.</p>
<p><a href="/pages/MultilevelAccess">Read More</a></p>
</div>
<div class="index-item">
<h2><img src="/Content/images/clock_48.png" alt="Improved Efficiency" />Improved Efficiency</h2>
<p>Making instant decisions from easily displayed data from a varity of sources improves your business.</p>
<p><a href="/pages/ImprovedEfficiency">Read More</a></p>
</div>
<div class="index-item">
<h2><img src="/Content/images/smile_grin_48.png" alt="Sales or Customer Service" />Sales or Customer Service</h2>
<p>Configured to your needs you can present data in just about any way you like to who you want.</p>
<p><a href="/pages/SalesAndCustomerService">Read More</a></p>
</div>
</section>
<section class="slogan">
<p><strong>Manage and visualise your business better from your desktop</strong></p>
<p>Giving lots of options to reduce costs and improve supply</p>
</section>
<section class="three-box clearfix">
<div class="index-item">
<img src="/Content/images/item-1.jpg" alt="Internal External Both" />
<h2>Engineering to Retail</h2>
<p>Ask yourself this question; If there is a someone looking to locate items you have in stock would you like to know about it?
Make money and reduce costs at the same time with <a href="/pages/index/"></a>Globalstockroom.com</a></p>
</div>
<div class="index-item">
<img src="/Content/images/item-2.jpg" alt="Internal External Both" />
<h2>Buyers & Suppliers Benefit</h2>
<p>Unlike many "back office" systems you can now turn your overhead into a sales tool which increases revenue and cuts costs.</p>
</div>
<div class="index-item">
<img src="/Content/images/item-3.jpg" alt="Internal External Both" />
<h2>Industry Specific or Mulitple sectors</h2>
<p>Initially designed within the global electronics manufacturing sector - a global 24/7/365 industry. Other sectors such as engineering, retail or services also benefit. If you want to explore your own options, please contact us.</p>
</div>
</section>
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 U4G.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>GlobalStockroom</title>\r\n");
Line 36:
Line 37: });
Line 38:
Line 39: WriteLiteral("\r\n<section");
Line 40:
Line 41: WriteLiteral(" class=\"carouselbox\"");
Line 42:
Line 43: WriteLiteral(">\r\n\t<div");
Line 44:
Line 45: WriteLiteral(" id=\"carousel_1\"");
Line 46:
Line 47: WriteLiteral(" class=\"owl-carousel\"");
Line 48:
Line 49: WriteLiteral(">\r\n\t\t<div");
Line 50:
Line 51: WriteLiteral(" style=\"text-align:center;\"");
Line 52:
Line 53: WriteLiteral(">\r\n\t\t\t<img");
Line 54:
Line 55: WriteLiteral(" src=\"/Content/images/slider/slide-1.jpg\"");
Line 56:
Line 57: WriteLiteral(" alt=\"\"");
Line 58:
Line 59: WriteLiteral(" style=\"width:100%; height:auto; max-width:900px;\"");
Line 60:
Line 61: WriteLiteral(" />\r\n\t\t</div>\r\n\t\t<div");
Line 62:
Line 63: WriteLiteral(" style=\"text-align:center;\"");
Line 64:
Line 65: WriteLiteral(">\r\n\t\t<img");
Line 66:
Line 67: WriteLiteral(" src=\"/Content/images/slider/slide-2.jpg\"");
Line 68:
Line 69: WriteLiteral(" alt=\"\"");
Line 70:
Line 71: WriteLiteral(" style=\"width:100%; height:auto; max-width:900px;\"");
Line 72:
Line 73: WriteLiteral(" />\r\n\t\t</div>\r\n\t\t<div");
Line 74:
Line 75: WriteLiteral(" style=\"text-align:center;\"");
Line 76:
Line 77: WriteLiteral(">\r\n\t\t\t<img");
Line 78:
Line 79: WriteLiteral(" src=\"/Content/images/slider/slide-3.jpg\"");
Line 80:
Line 81: WriteLiteral(" alt=\"\"");
Line 82:
Line 83: WriteLiteral(" style=\"width:100%; height:auto; max-width:900px;\"");
Line 84:
Line 85: WriteLiteral(" />\r\n\t\t</div>\r\n\t\t<div");
Line 86:
Line 87: WriteLiteral(" style=\"text-align:center;\"");
Line 88:
Line 89: WriteLiteral(">\r\n\t\t\t<img");
Line 90:
Line 91: WriteLiteral(" src=\"/Content/images/slider/slide-4.jpg\"");
Line 92:
Line 93: WriteLiteral(" alt=\"\"");
Line 94:
Line 95: WriteLiteral(" style=\"width:100%; height:auto; max-width:900px;\"");
Line 96:
Line 97: WriteLiteral(" />\r\n\t\t</div>\r\n\t</div>\r\n</section>\r\n\r\n<section");
Line 98:
Line 99: WriteLiteral(" class=\"four-box clearfix\"");
Line 100:
Line 101: WriteLiteral(">\r\n\t<div");
Line 102:
Line 103: WriteLiteral(" class=\"index-item\"");
Line 104:
Line 105: WriteLiteral(">\r\n\t\t<h2><img");
Line 106:
Line 107: WriteLiteral(" src=\"/Content/images/globe_48.png\"");
Line 108:
Line 109: WriteLiteral(" alt=\"Internal External Both\"");
Line 110:
Line 111: WriteLiteral(" />Internal External Both</h2>\r\n\t\t<p>There are benefits to you and your customers" +
Line 112: " either way. Different configurations make it a powerful tool.</p>\r\n\t\t<p><a");
Line 113:
Line 114: WriteLiteral(" href=\"/pages/InternalExternalBoth\"");
Line 115:
Line 116: WriteLiteral(">Read More</a></p>\r\n\t</div>\r\n\t<div");
Line 117:
Line 118: WriteLiteral(" class=\"index-item\"");
Line 119:
Line 120: WriteLiteral(">\r\n\t\t<h2><img");
Line 121:
Line 122: WriteLiteral(" src=\"/Content/images/pie_chart_48.png\"");
Line 123:
Line 124: WriteLiteral(" alt=\"Multilevel Access\"");
Line 125:
Line 126: WriteLiteral(" />Multilevel Access</h2>\r\n\t\t<p>Refelect your organisation or customer needs with" +
Line 127: " user or group specific access controls.</p>\r\n\t\t<p><a");
Line 128:
Line 129: WriteLiteral(" href=\"/pages/MultilevelAccess\"");
Line 130:
Line 131: WriteLiteral(">Read More</a></p>\r\n\t</div>\r\n\t<div");
Line 132:
Line 133: WriteLiteral(" class=\"index-item\"");
Line 134:
Line 135: WriteLiteral(">\r\n\t\t<h2><img");
Line 136:
Line 137: WriteLiteral(" src=\"/Content/images/clock_48.png\"");
Line 138:
Line 139: WriteLiteral(" alt=\"Improved Efficiency\"");
Line 140:
Line 141: WriteLiteral(" />Improved Efficiency</h2>\r\n\t\t<p>Making instant decisions from easily displayed " +
Line 142: "data from a varity of sources improves your business.</p>\r\n\t\t<p><a");
Line 143:
Line 144: WriteLiteral(" href=\"/pages/ImprovedEfficiency\"");
Line 145:
Line 146: WriteLiteral(">Read More</a></p>\r\n\t</div>\r\n\t<div");
Line 147:
Line 148: WriteLiteral(" class=\"index-item\"");
Line 149:
Line 150: WriteLiteral(">\t\t\r\n\t\t<h2><img");
Line 151:
Line 152: WriteLiteral(" src=\"/Content/images/smile_grin_48.png\"");
Line 153:
Line 154: WriteLiteral(" alt=\"Sales or Customer Service\"");
Line 155:
Line 156: WriteLiteral(" />Sales or Customer Service</h2>\r\n\t\t<p>Configured to your needs you can present " +
Line 157: "data in just about any way you like to who you want.</p>\r\n\t\t<p><a");
Line 158:
Line 159: WriteLiteral(" href=\"/pages/SalesAndCustomerService\"");
Line 160:
Line 161: WriteLiteral(">Read More</a></p>\r\n\t</div>\r\n</section>\r\n\r\n<section");
Line 162:
Line 163: WriteLiteral(" class=\"slogan\"");
Line 164:
Line 165: WriteLiteral(">\r\n\t<p><strong>Manage and visualise your business better from your desktop</stron" +
Line 166: "g></p>\r\n\t<p>Giving lots of options to reduce costs and improve supply</p>\r\n</sec" +
Line 167: "tion>\r\n\r\n<section");
Line 168:
Line 169: WriteLiteral(" class=\"three-box clearfix\"");
Line 170:
Line 171: WriteLiteral(">\r\n\t<div");
Line 172:
Line 173: WriteLiteral(" class=\"index-item\"");
Line 174:
Line 175: WriteLiteral(">\r\n\t\t<img");
Line 176:
Line 177: WriteLiteral(" src=\"/Content/images/item-1.jpg\"");
Line 178:
Line 179: WriteLiteral(" alt=\"Internal External Both\"");
Line 180:
Line 181: WriteLiteral(" />\r\n\t\t<h2>Engineering to Retail</h2>\r\n\t\t<p>Ask yourself this question; If there " +
Line 182: "is a someone looking to locate items you have in stock would you like to know ab" +
Line 183: "out it? \r\n\t\tMake money and reduce costs at the same time with <a");
Line 184:
Line 185: WriteLiteral(" href=\"/pages/index/\"");
Line 186:
Line 187: WriteLiteral("></a>Globalstockroom.com</a></p>\r\n\t</div>\r\n\t<div");
Line 188:
Line 189: WriteLiteral(" class=\"index-item\"");
Line 190:
Line 191: WriteLiteral(">\r\n\t\t<img");
Line 192:
Line 193: WriteLiteral(" src=\"/Content/images/item-2.jpg\"");
Line 194:
Line 195: WriteLiteral(" alt=\"Internal External Both\"");
Line 196:
Line 197: WriteLiteral(" />\r\n\t\t<h2>Buyers & Suppliers Benefit</h2>\r\n\t\t<p>Unlike many \"back office\" system" +
Line 198: "s you can now turn your overhead into a sales tool which increases revenue and c" +
Line 199: "uts costs.</p>\r\n\t</div>\r\n\t<div");
Line 200:
Line 201: WriteLiteral(" class=\"index-item\"");
Line 202:
Line 203: WriteLiteral(">\r\n\t\t<img");
Line 204:
Line 205: WriteLiteral(" src=\"/Content/images/item-3.jpg\"");
Line 206:
Line 207: WriteLiteral(" alt=\"Internal External Both\"");
Line 208:
Line 209: WriteLiteral(@" />
Line 210: <h2>Industry Specific or Mulitple sectors</h2>
Line 211: <p>Initially designed within the global electronics manufacturing sector - a global 24/7/365 industry. Other sectors such as engineering, retail or services also benefit. If you want to explore your own options, please contact us.</p>
Line 212: </div>
Line 213: </section>
Line 214: ");
Line 215:
Line 216: }
Line 217: }
Line 218: }
Line 219: