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...Upgrading DNN P...Upgrading DNN P...Needed /Library Contents missing in upgrade packages?Needed /Library Contents missing in upgrade packages?
Previous
 
Next
New Post
5/3/2010 3:20 PM
 

At the end of the post are the errors I'm getting.  If I try to insert text around this it won't work.

What I've found is the more recent Upgrade.vb file is not in the /Library folder after upgrading.  Also, comparing the structure and content of the Library folder shows it isn't up to date.  I upgraded to 5.2.2 first and got these errors.  Hoping the upgrade to 5.4.1 would clear it up I tried this but they're still there.

I have it that the upgrade.vb file is compiled into the dnn dll file so it should be working despite the /Library copy of the file not updating and the overall folder content not matching a Source.rar /Library folder.

However ... it is not working.  Who can give me a hand here?

 

Module Definitions

Error Error: Module Definitions is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: The file '/Admin/ModuleDefinitions/ModuleDefinitions.ascx' does not exist. ---> System.Web.HttpException: The file '/Admin/ModuleDefinitions/ModuleDefinitions.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) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResult(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.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---

  

Module Definition Validator

Error Error: Module Definition Validator is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: The file '/Admin/ModuleDefinitions/ModuleDefValidator.ascx' does not exist. ---> System.Web.HttpException: The file '/Admin/ModuleDefinitions/ModuleDefValidator.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) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResult(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.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---
 
New Post
5/4/2010 5:32 AM
 
make sure, all files have been extracted hiearchically into the dnn installation directory and all files are "unblocked" in Windows 6 /6.1

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
5/4/2010 10:07 AM
 
LIeber Sebastian,

I wish I were more in practice with my German.  Thank you for replying.  This is a bit detailed, bear with me.

We're on Windows Server 2003.  I checked and made sure the Network Service account on a known working site has the same access on the site in question.  I don't know how to check that files are unblocked but I'll google that.  This has not been an issue before so I don't believe any sort of file blocking is in play.

Note, the Library file is not in the Website/ path.  The upgrade instructions I have only state to take a Version-Upgrade.zip and extract it over the /website folder.  From what I can see this is all hierarchically happening.  But the ContainingFolder/Library/ is never updating.  Te keep terms consistent, "ContainingFolder" would be the one IIS has as its top level folder.  In this case, doa.ovionx.com/.  Within this folder we have ~/library, ~/website.  The upgrade.zip(rar) files only have the content to overwrite ~/website.  It is ~/library where the Upgrade.vb file is still the old version even after upgrading to 5.4.1

In ~/website/admin, the path expected is never created per the error I'm getting.  However, it should not be being created if I'm reading other posts correctly.  Read on.

The .../moduledefinitions/ folder is for the moduledefinitions.ascx and moduledefvalidator.ascx files.  Per the error text below, these are supposed to be in ~website/admin/.../moduledefinitions/.  The only version that has such a path is 4.9.5 and then only in the 4.9.5 Source.rar.  This path does not appear in any Source vesion in 5.x

Per a post by Alex Shirley, the .../moduledefinitions/ folder and content was moved to ~/website/desktopmodules/admin in later versions.  In our case, it isn't showing up there either.

So, if Alex' post is right -- .../moduledefinitions/Content should be showing up in ~website/desktopmodules/admin/ but it isn't.  Per the error I'm getting, Hosts | Module Definitions after my upgrade to 5.2.2 and subsequently to 5.4.1 is trying to find this content but it's been removed.  If Alex' post is interpreted right, that content should not even be there.

Und So! ... was gibt?  Let's look at the error text again!  I think an important clue was right in front of me:

Error: Module Definitions is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: The file '/Admin/ModuleDefinitions/ModuleDefinitions.ascx' does not exist. ---> System.Web.HttpException: The file '/Admin/ModuleDefinitions/ModuleDefinitions.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) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResult(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.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---

I was all worried about this: DotNetNuke.Services.Exceptions.ModuleLoadException: The file '/Admin/ModuleDefinitions/ModuleDefinitions.ascx' does not exist. --->  All my effort was pointed to finding why this was missing, believing it should be there.  But NO! :)

I needed to be paying attention to this, the very last line: at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl()

IN the upgraded DNN solution, looking with VS 2008, this dll/method can't be found in Object Explorer in the DNN solution at all.  My crude guess is an incorrect DotNetNuke.dll compilation, somehow, some way.  I think the correct question is "Why is DNN trying to run an old method to look for files that are no longer used in a path that no longer is SUPPOSED to exist?"

The Module Definitions Page that SHOULD be showing up, per LIsa Gillespie and she's quite correct is the new Install Extensions, etc. one.  the 5.2.2 and 5.4.1 upgrades in my case, once I browse to the site, are trying to find the OLD Module Definitions Page that existed prior to 5.x.

One thing I already checked was WHAT DotNetNuke. ... . dll files got installed and were they correct?  They are.  I compared the /bin folder in the 5.2.2 Upgrade.rar file right next to the ~/website/bin folder in the site.  Yep, they're all copied over with the correct dates.

So, how can the old method be looking for old files in a non-existent path when the new DLL should have the new methods finding the right file?

All else works on the site except that the Module Definitions link in Hosts insists on trying to find the old style page.

Does this make sense?

Mike
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Needed /Library Contents missing in upgrade packages?Needed /Library Contents missing in upgrade packages?


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