Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...4.4.1 Intermittent container skin error4.4.1 Intermittent container skin error
Previous
 
Next
New Post
4/11/2007 2:23 AM
 

The site I have developed works flawless lessly most of the time.  But occaisionally the container skins do not render properly and the site defaults to the DNN Blue container adn thows an error.

Site version is DNN 4.4.1, upgraded just recently from 4.3.5.  Process went perfectly, I uploaded the missing DLL's for vertical menus and the others that were missing.  The skin is modified from Tyler Faucett's Tranquility skin and so are the containers.  Following is the error message.

Could Not Load Container: /Portals/_default/Containers/Scroll_Stone/Print.ascx
DotNetNuke.Services.Exceptions.ModuleLoadException: Unhandled error loading module. ---> System.Web.HttpCompileException: External component has thrown an exception. 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.LoadContainer(String ContainerPath, Control objPane)
 --- End of inner exception stack trace ---

Any ideas from any one about what I can do to fix this issue?

Clay

 
New Post
4/11/2007 5:17 AM
 

try by changing the Module skin control name i.e., print.ascx to something different like myprint.ascx or print_1.ascx.


"Knowledge Sharing Matters!"
 
New Post
4/11/2007 7:41 AM
 

I don't mean to be obtuse or unthankful for your input, but what earthly differenct could that make?  The container skin object is listed in the DB, and loaded by its path in the file structure and that is the only object in that particular folder, so there couldn't possibly be a naming conflict.

I tried it anyway, "just in case" and it had no impact at all.  I did try using one of the Default skins from the DNN Blue container, and it stopped the container error, but that makes no sense at all as the other container was working fine for MONTHS before the upgrade to 4.4.1.

Since this error started, I am now also getting an additional set of errors on the Host Settings page, the Host Log Viewer page and a couple of others.  This is the error message for the Host Setting page.

Error: Host Settings is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: External component has thrown an exception. ---> System.Web.HttpCompileException: External component has thrown an exception. 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 ---

And here is the error for the Host Log Viewer (under the admin menu)

Error: Log Viewer is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: External component has thrown an exception. ---> System.Web.HttpCompileException: External component has thrown an exception. 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 ---

And here is the error message for the File Mnager

Error: File Manager is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: External component has thrown an exception. ---> System.Web.HttpCompileException: External component has thrown an exception. 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 ---

This is actually sort of interesting in a sordid sort of way.  Everything else is working well.  It only seems to be these few areas and the wierd thing with the container skin that doesn't work.

Clay

 
New Post
4/11/2007 8:57 AM
 

Mystery Solved !!!!! 

I took a good hard look at those error messages and they seems all suspiciously the same, or at least basically so.  SO,,,, even though I had read all the 4.4.1 threads about missing DLL files, I decided to FTP up to the server ALL of the DLL files from the "Source" version of 4.4.1. 

That solved ALL the error messages in one fell swoop!  So, if YOU are having similar error messages,,,, use the DLL files in the "Source" version and upload ALL of them to your bin folder.  Forget the threads about using older DLL files from previous versions. 

So,,,, DotNetNuke still rocks,,,, even though it has it's problems.

Clay

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...4.4.1 Intermittent container skin error4.4.1 Intermittent container skin error


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out