From 45661ba81fd033c9ab93de37aba3d8b9f7bbc3d3 Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Mon, 10 Feb 2014 19:51:56 +0100 Subject: [PATCH] Added dependency. AzureOutputCacheStorageProvider is associated with the "Orchard.Azure.OutputCache" feature, and has a dependency on a IAzureOutputCacheHolder, whose implementation is associated with the "Orchard.Azure" feature. If "Orchard.Azure.OutputCache" is enabled, but "Orchard.Azure" is not, then a dependency resolution error will occur. --- src/Orchard.Web/Modules/Orchard.Azure/Module.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orchard.Web/Modules/Orchard.Azure/Module.txt b/src/Orchard.Web/Modules/Orchard.Azure/Module.txt index 12150f573..c0c79d9ca 100644 --- a/src/Orchard.Web/Modules/Orchard.Azure/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Azure/Module.txt @@ -13,7 +13,7 @@ Features: Orchard.Azure.OutputCache: Name: Windows Azure Output Cache Description: Activates an Orchard output cache provider that targets Windows Azure Cache. - Dependencies: Orchard.OutputCache + Dependencies: Orchard.Azure, Orchard.OutputCache Category: Performance Orchard.Azure.DatabaseCache: Name: Windows Azure Database Cache