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