System.ArgumentNullException: Value cannot be null.
Parameter name: writer
at System.Web.Mvc.HtmlTemplateBase`1.WriteTo(TextWriter writer, Object value)
at RazorEngine.Templating.TemplateBase.Write(Object value)
at CompiledRazorTemplates.Dynamic.eceeaabdcafcfa.Execute()
at RazorEngine.Templating.TemplateBase.Run(ExecuteContext context)
at System.Web.Mvc.HtmlTemplateBase`1.Run(ExecuteContext context)
at CMS.Core.ITemplateExtensions.Run[T](ITemplate template, T Model)
at CMS.Core.ITemplateExtensions.Parse[T](String template, T Model)
@{var books = ERP.Data.DBContext.Current.Product.Active().OrderByDescending(i => i.DateUpdated).ToList();}

Recently Updated Books

Error:
Value cannot be null.
Parameter name: writer