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

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Precompiled Module (in C#) - global_asaxPrecompiled Module (in C#) - global_asax
Previous
 
Next
New Post
7/10/2007 9:29 AM
 

Hi guys,

I have a new module written in VS2005/C#.  I'm not using Web Deployment Projects. 

 

Following this tutorial to the letter (at least, I hope) I wanted to protect the source through precompilation.
http://www.dotnetnuke.com/Default.aspx?TabId=825&EntryID=1140&ssl=0

I used the steps described to "Publish Web Site" in VS2005 with both 'Allow this precompiled site to be updateable' and use 'fixed naming and single page assembilies' checked.

Copied the required DLL's to my module package after compilation and followed the rest of the steps.

Installed the new module successfully in my staging environment, which has the exact same version DNN as the development environemnt - DNN 4.5.3.

When adding the new module to a page, I get a series of exceptions that it cannot find App_global.asax file/assembly.  Reading the stack trace, it seems to originate from a single call I make from my primary user controls OnInit event, which loads a specific control:

 

PortalModuleBase objPortalModuleBase = (PortalModuleBase)(this.LoadControl("mycontrol.ascx"));

DotNetNuke.Services.Exceptions.ModuleLoadException: Unhandled Error Adding Module to ContentPane ---> System.Web.HttpParseException: Could not load file or assembly 'App_global.asax, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. ---> System.Exception: Could not load file or assembly 'App_global.asax, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. --->

When I copy the App_global.asax file and the App_global.asax.compiled file from the precompiled site, I get the message that ASP.global_asax is ambigious (which I kind of expected since global.asax exists referencing DotNetNuke.Common.Global already).

It all works perfectly in my dev environment, it only seems to happen after precompilation of the module.

I'm stumped!  What can I do to resolve this?  Any ideas highly appreciated as I've been stuck on this for a matter of hours now.

Many thanks,

Matt

 

 

 
New Post
7/12/2007 9:30 AM
 

 

Renaming the global.asax file to something like global.asax.anything before making a compile fixed it for me.

Cheers, Matt

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Precompiled Module (in C#) - global_asaxPrecompiled Module (in C#) - global_asax


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