Error executing template "Designs/Swift/Paragraph/Swift_CustomerCenterApp.cshtml" System.IO.IOException: There is not enough space on the disk. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count) at System.IO.FileStream.FlushWrite(Boolean calledFromFinalizer) at System.IO.FileStream.Dispose(Boolean disposing) at System.IO.Stream.Close() at System.IO.StreamWriter.Dispose(Boolean disposing) at System.IO.TextWriter.Dispose() at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at RazorEngine.Roslyn.CSharp.RoslynCompilerServiceBase.CompileType(TypeContext context) at RazorEngine.Templating.RazorEngineCore.CreateTemplateType(ITemplateSource razorTemplate, Type modelType) at RazorEngine.Templating.RazorEngineCore.Compile(ITemplateKey key, Type modelType) at RazorEngine.Templating.RazorEngineService.CompileAndCacheInternal(ITemplateKey key, Type modelType) at RazorEngine.Templating.RazorEngineService.GetCompiledTemplate(ITemplateKey key, Type modelType, Boolean compileOnCacheMiss) at RazorEngine.Templating.RazorEngineService.RunCompile(ITemplateKey key, TextWriter writer, Type modelType, Object model, DynamicViewBag viewBag) at RazorEngine.Templating.RazorEngineServiceExtensions.<>c__DisplayClass16_0.<RunCompile>b__0(TextWriter writer) at RazorEngine.Templating.RazorEngineServiceExtensions.WithWriter(Action`1 withWriter) at Dynamicweb.Rendering.RazorTemplateRenderingProvider.Render(Template template) at Dynamicweb.Rendering.TemplateRenderingService.Render(Template template) at Dynamicweb.Rendering.Template.RenderRazorTemplate()
1 @inherits Dynamicweb.Rendering.ViewModelTemplate<Dynamicweb.Frontend.ParagraphViewModel> 2 @using Dynamicweb.Environment 3 4 @{ 5 string contentPadding = Model.Item.GetRawValueString("contentPadding", ""); 6 contentPadding = contentPadding == "none" ? "px-0" : contentPadding; 7 contentPadding = contentPadding == "small" ? "p-2 p-md-3" : contentPadding; 8 contentPadding = contentPadding == "large" ? "p-4 p-md-5" : contentPadding; 9 string moduleOutput = Model.GetModuleOutput(); 10 } 11 12 @if (Pageview.IsVisualEditorMode && !string.IsNullOrEmpty(moduleOutput)) { 13 <div class="alert alert-info" role="alert"> 14 <span>@Translate("App: Edit this column to configure")</span> 15 </div> 16 } 17 18 <div class="item_@Model.Item.SystemName.ToLower()"> 19 @moduleOutput 20 </div> 21
Har du brug for hjælp?
Kontakt medlemssekretariatet på medlem@hedeselskabet.dk
Peter Kock Hansen
Medlemschef
Afdeling: Kommunikation
Kontor:
Viborg
T.
+45 44 16 80 35
Vibeke Ravn
Projektmedarbejder
Afdeling: Kommunikation
Kontor:
Viborg
T.
+45 24 85 56 63