From 0d6f8c3b08c77c814cc823fb5445c7c3e96f9443 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 9 Sep 2020 16:04:27 +0000 Subject: [PATCH] --- server/AyaNova/biz/ReportBiz.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/AyaNova/biz/ReportBiz.cs b/server/AyaNova/biz/ReportBiz.cs index fd167c80..925257d9 100644 --- a/server/AyaNova/biz/ReportBiz.cs +++ b/server/AyaNova/biz/ReportBiz.cs @@ -450,6 +450,10 @@ namespace AyaNova.Biz } catch (System.Exception ex) { + //This is the error when a helper is used on the template but doesn't exist: + //Evaluation failed: d + //(it might also mean other things wrong with template) + // var v=await page.GetContentAsync(); throw ex; }