From 6ef18ecc41782addcc72e2ccee0b6fc6ac470624 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Tue, 28 Jul 2020 16:30:37 +0200 Subject: [PATCH] Refresh SVG preview --- NKC_WF/WebUserControls/cmp_svgFull.ascx.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NKC_WF/WebUserControls/cmp_svgFull.ascx.cs b/NKC_WF/WebUserControls/cmp_svgFull.ascx.cs index 26254bf..7bc7d83 100644 --- a/NKC_WF/WebUserControls/cmp_svgFull.ascx.cs +++ b/NKC_WF/WebUserControls/cmp_svgFull.ascx.cs @@ -77,7 +77,8 @@ namespace NKC_WF.WebUserControls // loggo... logger.lg.scriviLog($"SVG not found | filename: {filename} | baseOrig: {baseOrig} | baseCurr: {baseCurr} | used default SVG"); // leggo SVG DI DEFAULT che indica NON PRESENTE... - filename = Server.MapPath("~/Images/NoData.svg"); + filename = Server.MapPath("~/Images/999999999.svg"); + //filename = Server.MapPath("~/Images/NoData.svg"); answ = File.ReadAllText(filename); } // update componente svg!