From 4a4ff6049a06e63f6050c145f00c04042d77b3fa Mon Sep 17 00:00:00 2001 From: Renaud Paquay Date: Fri, 26 Nov 2010 14:15:19 -0800 Subject: [PATCH] Add Microsoft.Web.Infrastructure to ~/bin This is necessary for deployment, as System.Web.Mvc loads this assembly at startup (before Orchard extension manager has the opportunity to copy the assembly to ~/App_Data/Dependencies --HG-- branch : dev --- src/Orchard.Web/Orchard.Web.csproj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Orchard.Web/Orchard.Web.csproj b/src/Orchard.Web/Orchard.Web.csproj index dfda58e62..7af3dfcab 100644 --- a/src/Orchard.Web/Orchard.Web.csproj +++ b/src/Orchard.Web/Orchard.Web.csproj @@ -28,6 +28,8 @@ prompt 4 ..\OrchardBasicCorrectness.ruleset + AllFilesInProjectFolder + false pdbonly @@ -51,6 +53,10 @@ False ..\..\lib\autofac\Autofac.Integration.Web.Mvc.dll + + False + ..\..\lib\aspnetmvc\Microsoft.Web.Infrastructure.dll + False ..\..\lib\fluentnhibernate\NHibernate.ByteCode.Castle.dll