From 6b92e47631673f71b3d7a44358df1c7c30aac45d Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Mon, 1 Dec 2014 10:56:05 +0100 Subject: [PATCH] Unfortunately, we HAVE to point to MVC 4.0.0.0 else you get YSODs on machines with 4.0.0.1 in the GAC (and we can't point to 4.0.0.1 because 4.0.0.0 might be in the GAC and then it'll YSOD for THOSE people). BOOOO --- build/NuSpecs/tools/Web.config.install.xdt | 2 +- src/Umbraco.Web.UI/web.Template.config | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/build/NuSpecs/tools/Web.config.install.xdt b/build/NuSpecs/tools/Web.config.install.xdt index a836dcab88..6215d405fd 100644 --- a/build/NuSpecs/tools/Web.config.install.xdt +++ b/build/NuSpecs/tools/Web.config.install.xdt @@ -156,7 +156,7 @@ - + diff --git a/src/Umbraco.Web.UI/web.Template.config b/src/Umbraco.Web.UI/web.Template.config index cbe7af920e..0d8400471f 100644 --- a/src/Umbraco.Web.UI/web.Template.config +++ b/src/Umbraco.Web.UI/web.Template.config @@ -257,6 +257,12 @@ + + + + + +