From fd5dee70c06a1e6409cc4bf5443fe5dc6a5b353d Mon Sep 17 00:00:00 2001 From: TheMonarch Date: Wed, 10 Oct 2012 11:49:09 -0400 Subject: [PATCH] #19119: Latest 1.x gives errors when deployed to Azure (as cloud service) - Added assembly binding redirects and configSection for MVC4 assemblies. - Added reference to Newtonsoft.Json.dll in Orchard.Azure.Web.csproj Work Item: 19119 --HG-- branch : 1.x --- .../Orchard.Azure.Web.csproj | 3 ++ .../Orchard.Azure.Web/Web.config | 45 ++++++++++++++++--- 2 files changed, 42 insertions(+), 6 deletions(-) diff --git a/src/Orchard.Azure/Orchard.Azure.Web/Orchard.Azure.Web.csproj b/src/Orchard.Azure/Orchard.Azure.Web/Orchard.Azure.Web.csproj index 78963029a..6826be485 100644 --- a/src/Orchard.Azure/Orchard.Azure.Web/Orchard.Azure.Web.csproj +++ b/src/Orchard.Azure/Orchard.Azure.Web/Orchard.Azure.Web.csproj @@ -65,6 +65,9 @@ + + ..\..\..\lib\newtonsoft.json\Newtonsoft.Json.dll + False diff --git a/src/Orchard.Azure/Orchard.Azure.Web/Web.config b/src/Orchard.Azure/Orchard.Azure.Web/Web.config index cc1d1743d..8390d8232 100644 --- a/src/Orchard.Azure/Orchard.Azure.Web/Web.config +++ b/src/Orchard.Azure/Orchard.Azure.Web/Web.config @@ -9,9 +9,11 @@ --> - -
-
+ + + +
+
@@ -56,7 +58,9 @@ - + + +