Connexion
Aricie
Intégrateur de vos solutions d'avenir
Chercher :
Accueil
Expertise
Conseil
Développement
Formation
Hébergement
Portfolio
Produits
Modules DNN
Progiciels
Sur mesure
Télécharger
Support
Actualités
Accueil
Expertise
Conseil
Développement
Formation
Hébergement
Portfolio
Produits
Modules DNN
Progiciels
Sur mesure
Télécharger
Support
Actualités
Support
/
Expert Modules
/
Distributed Caching Provider
/
Getting error on DCP
DNN Community Forums
Forums
Unanswered
Active Topics
Most Liked
Most Replies
Search Forums
Search
Advanced Search
Topics
Posts
Prev
Next
Forums
Distributed Caching Provider
Getting error on DCP
Sort:
Oldest First
Most Recent First
You are not authorized to post a reply.
Author
Messages
rmeshksar
New Member
Posts:
21/08/2013 16:53
Hi,
I downloaded the installation package of DCP from Codeplex and installed it on DNN 7.1 with no issues.
Then I added the module to a new page but I am getting the following error:
Error: Aricie.DistributedCachingProvider is currently unavailable.DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load type 'Aricie.DNN.Caching.UI.DistributedCachingProviderConfig'. ---> System.Web.HttpParseException: Could not load type 'Aricie.DNN.Caching.UI.DistributedCachingProviderConfig'. ---> System.Web.HttpParseException: Could not load type 'Aricie.DNN.Caching.UI.DistributedCachingProviderConfig'. ---> System.Web.HttpException: Could not load type 'Aricie.DNN.Caching.UI.DistributedCachingProviderConfig'. at System.Web.UI.TemplateParser.GetType(String typeName, Boolean ignoreCase, Boolean throwOnError) at System.Web.UI.TemplateParser.ProcessInheritsAttribute(String baseTypeName, String codeFileBaseTypeName, String src, Assembly assembly) at System.Web.UI.TemplateParser.PostProcessMainDirectiveAttributes(IDictionary parseData) --- End of inner exception stack trace --- at System.Web.UI.TemplateParser.ProcessException(Exception ex) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) --- End of inner exception stack trace --- at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath) at System.Web.UI.TemplateParser.Parse() at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType() at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider) at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at DotNetNuke.UI.Modules.WebFormsModuleControlFactory.CreateModuleControl(TemplateControl containerControl, ModuleInfo moduleConfiguration) at DotNetNuke.UI.Modules.ModuleControlFactory.LoadModuleControl(TemplateControl containerControl, ModuleInfo moduleConfiguration) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---
Any help is much appreciated.
rmeshksar
New Member
Posts:
21/08/2013 17:25
I just compiled the module from the source code and included all dlls to the bin folder of my DNN instance and now it is working.
I think some dlls are missing in the installation package.
Jean-Baptiste Bouillet
New Member
Posts:
22/08/2013 15:54
Hello,
with you first install, did you install the required module Aricie.Shared?
The compilation of the source version will add the aricie.dnn & aricie.core dll into the bin folder solving your problem.
Regards
rmeshksar
New Member
Posts:
22/08/2013 16:00
Hi, Thanks for reply.
No, I did not install Aricie Shared module. As I mentioned I downloaded from Codeplex and did not see any note that I had to install it as well.
Anyway the module is working now, but I installed it on DNN 7.1.1 and 6.2.2 and on both versions the UI is not working well.
When I click on configurations tabs I am not able to see the sections.
Which DNN version can I use to evaluate the module?
You are not authorized to post a reply.