Login
Aricie
The DNN Expert for your web project
Search:
Home
DNN expert
Consulting
Development
Training
Hosting
References
Products
DNN Modules
Software
On-demand
Download
Support
Tickets
News
Home
DNN expert
Consulting
Development
Training
Hosting
References
Products
DNN Modules
Software
On-demand
Download
Support
Tickets
News
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:
8/21/2013 4:53 PM
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:
8/21/2013 5:25 PM
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:
8/22/2013 3:54 PM
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:
8/22/2013 4:00 PM
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.