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

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...5.5.0.532 Install Error5.5.0.532 Install Error
Previous
 
Next
New Post
8/12/2010 10:27 PM
 
I am getting this error when trying to do a fresh install in a hosted environment with SQL 2005. I have successfully installed the package on a laptop with SQL Express, but the remote install is giving an error. Any ideas how to fix it?

DotNetNuke Error


System.InvalidOperationException: The WebResource.axd handler must be registered in the configuration to process this request. at System.Web.Handlers.AssemblyResourceLoader.GetWebResourceUrlInternal(Assembly assembly, String resourceName, Boolean htmlEncoded) at System.Web.Handlers.AssemblyResourceLoader.GetWebResourceUrl(Type type, String resourceName, Boolean htmlEncoded) at System.Web.UI.ClientScriptManager.GetWebResourceUrl(Page owner, Type type, String resourceName, Boolean htmlEncoded) at System.Web.UI.ClientScriptManager.RenderWebFormsScript(HtmlTextWriter writer) at System.Web.UI.Page.RenderWebFormsScript(HtmlTextWriter writer) at System.Web.UI.Page.BeginFormRender(HtmlTextWriter writer, String formUniqueID) at System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.Page.Render(HtmlTextWriter writer) at DotNetNuke.Framework.PageBase.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

 
New Post
8/13/2010 12:37 AM
 

After doing a bunch of Google searches, I found a solution by switching to classic pool mode at:
http://www.mikesaysmeh.com/dotnetnuke...

I would really like to find a better work-around, like maybe this change to the web.config:
http://web4.dotnetnuke.com/Community/...

but I haven't tried that. Please let me know if you have a solution.

I just switched the application pool to classic mode. I’d rather run in integrated, I hate running something as up to date as DNN on an IIS 7 server in basically IIS 6 mode; but for now this works.

Exactly.

 

 
New Post
8/13/2010 7:38 PM
 
Ok, I tried to go back to Integrated mode and put in the 'add path' code line:

<configuration>
 <system.web>
 <httpHandlers>
 <add 
path="WebResource.axd"
      verb="GET" 
type="System.Web.Handlers.AssemblyResourceLoader"
      validate="True" 
/>
 <httpHandlers>
 <system.web
<configuration>

but I still got the same error. Only Classic mode seems to work.
 
New Post
8/13/2010 8:13 PM
 
Errors on homepage after clean install
Although I can get to the Wizard, it won't go through to the next page due to browser errors. So I used /install/install.aspx instead and that had no errors.

The only problem is that I can't login due to page errors. It's like a javascript library is missing or something. Here are the errors and the relevant lines in the home page:

 

Message: 'Type' is undefined
Line: 2
Char: 288
Code: 0
URI: http://WEBSITE.com/js/dnn.js

Message: 'Type' is undefined
Line: 2
Char: 1
Code: 0
URI: http://WEBSITE.com/js/dnn.xml.js

Message: 'Type' is undefined
Line: 2
Char: 1
Code: 0
URI: http://WEBSITE.com/js/dnn.xmlhttp.js

Message: 'Type' is undefined
Line: 2
Char: 1
Code: 0
URI: http://WEBSITE.com/js/dnn.dom.positio...

Message: 'Type' is undefined
Line: 2
Char: 1
Code: 0
URI: http://WEBSITE.com/js/dnn.controls.js

Message: 'Type' is undefined
Line: 2
Char: 1
Code: 0
URI: http://WEBSITE.com/js/dnn.controls.dn...

Message: 'Sys' is undefined
Line: 59
Char: 1
Code: 0
URI: http://WEBSITE.com/Default.aspx

Message: Object doesn't support this property or method
Line: 18
Char: 5
Code: 0
URI: http://WEBSITE.com/Resources/Shared/s...

Message: Object expected
Line: 44
Char: 3
Code: 0
URI: http://WEBSITE.com/Resources/Search/S...

Message: 'Sys' is undefined
Line: 371
Char: 1
Code: 0
URI: http://WEBSITE.com/Default.aspx

Message: 'dnn' is undefined
Line: 374
Char: 1
Code: 0
URI: http://WEBSITE.com/Default.aspx

Page Code Lines (in order referenced above):
  2: <html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
59: Sys.WebForms.PageRequestManager._initialize('ScriptManager', document.getElementById('Form'));
18: </div>
44: <script src="/js/dnn.xml.js" type="text/javascript"></script>
371: Sys.Application.initialize();
374: <script type="text/javascript">dnn.setVar('dnn_dnnNAV_ctldnnNAV_p',

'{anim:\'0\',suborient:\'1\',postback:\'__doPostBack(\\\'dnn$dnnNAV$ctldnnNAV\\\',\\\'[NODEID]~|~Click\\\')\',sysimgpath:\'/images/\',easeDir:\'0\',mbcss:\'mainMenu\',rmode:\'0\',easeType:\'3\',orient:\'0\',callback:\'dnn.xmlhttp.doCallBack(\\\'ctldnnNAV dnn_dnnNAV_ctldnnNAV\\\',\\\'[NODEXML]\\\',this.callBackSuccess,mNode,this.callBackFail,this.callBackStatus,null,null,0);\'}');dnn.controls.initMenu($get('dnn_dnnNAV_ctldnnNAV'));

</script></form>

Any ideas on why things on the page are undefined? This is a fresh install.



 
New Post
8/14/2010 12:35 AM
 
My acceptation is that you have issues on the permision settings for the physical files and folders, and pehaps for the SQL Server.

Please check Installation an Configuration video http://www.dotnetnuke.com/LinkClick.a...
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...5.5.0.532 Install Error5.5.0.532 Install Error


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