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

HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesUpg to DNN7 now my modules can't load CSS or JSUpg to DNN7 now my modules can't load CSS or JS
Previous
 
Next
New Post
4/24/2013 12:26 PM
 

Hello!

I hope this is just something silly that I'm missing somewhere...

Specs: DNN 7.0.5
OS: Win 7 Ultimate 64-bit

I recently upgraded me dev environment to DNN7. Now, when I debug and navigate to my module, I am receiving 500 Server errors on any JS and CSS files (including module.css)

In my view, I'm loading the JS using the scriptmanager as opposed to JSInclude

<asp:ScriptManagerProxy ID="ScriptManagerProxy1" runat="server">
    <Scripts>
        <asp:ScriptReference Path="~/desktopmodules/RRSCurbAdapterSelection/js/jquery.prettyLoader.js" />
        <asp:ScriptReference Path="~/desktopmodules/RRSCurbAdapterSelection/ca.js" />
    </Scripts>
</asp:ScriptManagerProxy>

Any attempt to load the JS or the Module.CSS into the browser results in the following error:

Could not load file or assembly 'DotNetNuke.HttpModules' or one of its dependencies. The system cannot find the file specified.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'DotNetNuke.HttpModules' or one of its dependencies. The system cannot find the file specified.

Source Error: 

 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Assembly Load Trace: The following information can be helpful to determine why the assembly 'DotNetNuke.HttpModules' could not be loaded.

=== Pre-bind state information === LOG: User = NT AUTHORITY\NETWORK SERVICE LOG: DisplayName = DotNetNuke.HttpModules (Partial) WRN: Partial binding information was supplied for an assembly: WRN: Assembly Name: DotNetNuke.HttpModules | Domain ID: 10 WRN: A partial bind occurs when only part of the assembly display name is provided. WRN: This might result in the binder loading an incorrect assembly. WRN: It is recommended to provide a fully specified textual identity for the assembly, WRN: that consists of the simple name, version, culture, and public key token. WRN: See whitepaper http://go.microsoft.com/fwlink/?LinkId=109270 for more information and common solutions to this issue. LOG: Appbase = file:///D:/DNN7/DesktopModules/RRSClientArea/ LOG: Initial PrivatePath = D:\DNN7\DesktopModules\RRSClientArea\bin Calling assembly : (Unknown). === LOG: This bind starts in default load context. LOG: Using application configuration file: D:\DNN7\DesktopModules\RRSClientArea\web.config LOG: Using host configuration file: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet.config LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework64\v4.0.30319\config\machine.config. LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind). LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/Temporary ASP.NET Files/desktopmodules_rrsclientarea/aa4c7145/6516cc32/DotNetNuke.HttpModules.DLL. LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/Temporary ASP.NET Files/desktopmodules_rrsclientarea/aa4c7145/6516cc32/DotNetNuke.HttpModules/DotNetNuke.HttpModules.DLL. LOG: Attempting download of new URL file:///D:/DNN7/DesktopModules/RRSClientArea/bin/DotNetNuke.HttpModules.DLL. LOG: Attempting download of new URL file:///D:/DNN7/DesktopModules/RRSClientArea/bin/DotNetNuke.HttpModules/DotNetNuke.HttpModules.DLL. LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/Temporary ASP.NET Files/desktopmodules_rrsclientarea/aa4c7145/6516cc32/DotNetNuke.HttpModules.EXE. LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/Temporary ASP.NET Files/desktopmodules_rrsclientarea/aa4c7145/6516cc32/DotNetNuke.HttpModules/DotNetNuke.HttpModules.EXE. LOG: Attempting download of new URL file:///D:/DNN7/DesktopModules/RRSClientArea/bin/DotNetNuke.HttpModules.EXE. LOG: Attempting download of new URL file:///D:/DNN7/DesktopModules/RRSClientArea/bin/DotNetNuke.HttpModules/DotNetNuke.HttpModules.EXE. 

Stack Trace: 

[FileNotFoundException: Could not load file or assembly 'DotNetNuke.HttpModules' or one of its dependencies. The system cannot find the file specified.] System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throw , Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMarkHandle stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName, ObjectHandleOnStack type) +0 System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throw , Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName) +153 System.Type.GetType(String typeName, Boolean throw , Boolean ignoreCase) +100 System.Web.Compilation.BuildManager.GetType(String typeName, Boolean throw , Boolean ignoreCase) +124 System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit, Boolean ignoreCase) +76 [Configurati sException: Could not load file or assembly 'DotNetNuke.HttpModules' or one of its dependencies. The system cannot find the file specified.] System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit, Boolean ignoreCase) +12686592 System.Web.Configuration.Common.ModulesEntry.SecureGetType(String typeName, String propertyName, ConfigurationElement configElement) +69 System.Web.Configuration.Common.ModulesEntry..ctor(String name, String typeName, String propertyName, ConfigurationElement configElement) +66 System.Web.HttpApplication.BuildIntegratedModuleCollection(List`1 moduleList) +300 System.Web.HttpApplication.GetModuleCollection(IntPtr appContext) +1262 System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +133 System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +304 System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +404 System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +475 [HttpException (0x80004005): Could not load file or assembly 'DotNetNuke.HttpModules' or one of its dependencies. The system cannot find the file specified.] System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +12880068 System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +159 System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +12721257 

 


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18034

 

 
New Post
4/30/2013 9:38 AM
 
Sorry to bump, but I'm really at a standstill here :(
 
New Post
4/30/2013 10:06 AM
 
I can't claim to have hit your exact problem.

I think I have had trouble trying to use the ScriptManagerProxy to load scripts. I'd advise you to use a different approach.

Best wishes,
- Richard
Agile Development Consultant, Practitioner, and Trainer
www.dynamisys.co.uk
 
New Post
4/30/2013 10:10 AM
 
While that may very well be true, it would not account for the same error when loading the default module.css file which is loaded by the framework and not by any of my code. So, even if I use a different approach to include my JS, I will still have to contend with the same problem related to module.css
 
New Post
4/30/2013 10:43 AM
 
So is the file (HttpModules) actually there?

Best wishes,
- Richard
Agile Development Consultant, Practitioner, and Trainer
www.dynamisys.co.uk
 
Previous
 
Next
HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesUpg to DNN7 now my modules can't load CSS or JSUpg to DNN7 now my modules can't load CSS or JS


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