I have a problems with installing Dynamicweb. I have installed version 9.12.10 using the Zip file. And Swift files v1.6.1.
The backend works, and shows the database is connected corretly, so seems like something specifically front-end related.
The frontend error:
Error executing template "Designs/Swift/_parsed/Swift_Page.parsed.cshtml" System.NullReferenceException: Object reference not set to an instance of an object. at CompiledRazorTemplates.Dynamic.RazorEngine_4e896cd09eb841a587670666ffb0e10b.Execute() in C:\Desarrollo\dhisve\Solutions\Files\Templates\Designs\Swift\_parsed\Swift_Page.parsed.cshtml:line 10 at RazorEngine.Templating.TemplateBase.RazorEngine.Templating.ITemplate.Run(ExecuteContext context, TextWriter reader) 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()
I have tried to update the dynamicweb.dll library to version 9.13.0 but got the same error. And with version 9.12.9 I get "(site url) redirected you too many times."
Any ideas?
Thank you!