I just installed the new DNN 6.2 Beta 2 on the lab site for the DNNCMH Central Ohio DNN User Group, after doing so I added a number of new pages, and also added the new modules I received a strange error on every module I added within the page.
On the page, I was using the Metro 7 Skin, but all of the modules defaulted to the site skin (DK). Upon adding a new module I received a strange stack trace error, which I will include in its entirety below. However, for clarity it said that a file was missing... specifically the Subtitle_Red.ascx file for the appropriate DK container.
I checked my downloaded souce files and found that in fact that file was missing in the original download.
I'm sure most do not use the default skin (as neither do I). However, for those who don't set their default skins right away upon site setup, they may find this huge error, and be quickly deterred from the upgrade. Should I report this as a bug? Or can someone within the ORG just ensure the download source on codeplex for DNN 6.2 Beta 2 has all the appropriate files.
Complete Stack Trace Error
Could Not Load Container: /Portals/_default/Containers/DarkKnight/SubTitle_Red.ascx DotNetNuke.Services.Exceptions.ModuleLoadException: Unhandled error loading module. ---> System.Web.HttpException: The file '/Portals/_default/Containers/DarkKnight/SubTitle_Red.ascx' does not exist. at System.Web.UI.Util.CheckVirtualFileExists(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.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Skins.Pane.LoadContainerByPath(String containerPath) --- End of inner exception stack trace ---
I haven't seen this reported elsewhere in the forums, but before I issued it as a formal bug report I wanted to hit the forums and confirm that others have seen this or that this issue should in fact be reported as a bug.
If anyone else needs anything else relating to this let me know.
Make It a Great Day!
D-Man