Hi there, Well i had the blowery compression utility installed and found my portal and filemanager controls were throwing errors. I read in another forum that the snapsis control does the same thing as blowery plus caching and resolves this problem. I have since removed all the blowery stuff and installed the snapsis control and i am now getting the same error. This being: Error: Export Template is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: E:\web\powerdomini\htdocs\Admin\Portal\Template.ascx.vb(176): error BC30560: 'ZipOutputStream' is ambiguous in the namespace 'ICSharpCode.SharpZipLib.Zip'. ---> System.Web.HttpCompileException: E:\web\powerdomini\htdocs\Admin\Portal\Template.ascx.vb(176): error BC30560: 'ZipOutputStream' is ambiguous in the namespace 'ICSharpCode.SharpZipLib.Zip'. at System.Web.Compilation.AssemblyBuilder.Compile() 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) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace --- Now i tried excluding the host and admin pages using
[path pattern="Admin" excludeFrom="All" /] [path pattern="Host" excludeFrom="All" /] But this didnt seem to do anything different. Any other ideas to get this going as it is a fantastic solution to the dotnetnuke slow load times but i kinda need my file manager. Cheers
|