Register   Login
     
  Latest Posts  
RE: Ventrian systems .... one men show
by jcochran on 11/19/2008 3:44 PM
One of the "Must Have" DNN module sets
by jcochran on 11/19/2008 3:41 PM
One latest for a few categories
by aviavia on 11/19/2008 3:34 PM
Reproducible Bug
by jcochran on 11/19/2008 3:21 PM
RE: Is the Archive module an archive or an index?
by Betacam on 11/19/2008 2:51 PM
RE: Ratings button appears to anonymous users
by WillJean on 11/19/2008 2:46 PM
RE: Is the Archive module an archive or an index?
by Betacam on 11/19/2008 2:42 PM
RE: Archive Issue
by ech01 on 11/19/2008 2:40 PM
RE: ENH: Stylesheet Option
by usheen on 11/19/2008 2:03 PM
How to Filter News Articles Feed and Connect it to a Campaign Under Custom Newsletter Module
by greenflash on 11/19/2008 2:02 PM
  Forums  
Subject: webresource.axd must be registered...
Prev Next
You are not authorized to post a reply.

Page 1 of 212 > >>
Author Messages
Javier AntoUser is Offline
Gold Membership

Posts:50

4/25/2007 8:58 AM  

I'm obtaining this error in random time each 5-6 hours.

When this error occurs the site don't load and shows one screen with Dotnetnuke Error... This error only are 10 minuts and then the site returns to run...

In my event viewer this error has logged 10 or 15 times. One for each access to this domain

Then the error is solved and the site returns to load.

Do you have any idea about this?

AssemblyVersion: 04.05.00
PortalID: 6
PortalName: ***
UserID: -1
UserName:
ActiveTabID: 1942
ActiveTabName: Salidas Culturales
RawURL: /Default.aspx?tabid=1942&error=The+WebResource.axd+handler+must+be+registered+in+the+configuration+to+process+this+request.%0d%0a%0d%0a%3c!--+Web.Config+Configuration+File+--%3e%0d%0a%0d%0a%3cconfiguration%3e%0d%0a++++%3csystem.web%3e%0d%0a++++++++%3chttpHandlers%3e%0d%0a++++++++++++%3cadd+path%3d%22WebResource.axd%22+verb%3d%22GET%22+type%3d%22System.Web.Handlers.AssemblyResourceLoader%22+validate%3d%22True%22+%2f%3e%0d%0a++++++++%3c%2fhttpHandlers%3e%0d%0a++++%3c%2fsystem.web%3e%0d%0a%3c%2fconfiguration%3e&content=0
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.google.es/search?hl=es&q=fotos+fiestas+primavera+l%27hospitalet+de+llobregat+2007&meta=
UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: ffc8b834-6201-4913-897b-dc588af37711
InnerException: The WebResource.axd handler must be registered in the configuration to process this request.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.Handlers.AssemblyResourceLoader.GetWebResourceUrlInternal
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: The WebResource.axd handler must be registered in the configuration to process this request. ---> 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.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.HtmlControls.HtmlContainerControl.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.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)--- End of inner exception stack trace ---
Source:
Nombre del Servidor: ***

Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:12427


4/25/2007 9:04 AM  
I assume your using DNN 4.5+

I had his happen on my site the other day, and I'm wondering if its caused by the config file I added for news articles + simple gallery to unload the RSS handler (so RSS feeds will work).

Are you using News Articles, Simple Gallery or Feedback Center on your site?

Scott McCulloch
Site Administrator
Marc MurczakUser is Offline
Registered Users
Nuke Addict
Nuke Addict
Posts:70

4/25/2007 9:06 AM  

Dear all,

for me it helped to put

add path="WebResource.axd" verb="GET" type="System.Web.Handlers.AssemblyResourceLoader" validate="True"

into the section.

so far not bad unfluence at the site at all, but moduls are working again.

Marc

Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:12427


4/25/2007 9:17 AM  
Which section marc? The config files in the modules or the main web.config?

Scott McCulloch
Site Administrator
Javier AntoUser is Offline
Gold Membership

Posts:50

4/25/2007 9:21 AM  
Yes, i'm using all new versions of modules Articles 05.05.61 and Simple Gallery 02.01.05

I can make some tests if you are interested... i'm finding more about this error but i can't see nothing related with dotnetnuke

Javier AntoUser is Offline
Gold Membership

Posts:50

4/25/2007 9:27 AM  
i added the last night these lines to my web.config

in section



But the error persists. This morning i'm seing errors of this type in my event log viewer.

In all my sites with errors i'm using modules articles or image gallery...i don't know if it's related

Marc MurczakUser is Offline
Registered Users
Nuke Addict
Nuke Addict
Posts:70

4/25/2007 9:28 AM  
Dear all, i mean in the main web.config

In dnn before 4.5.1 is was mostly isntalled, but with dnn 4.5 the entry is missing in the web.config.
don't know why.
Marc
Javier AntoUser is Offline
Gold Membership

Posts:50

4/25/2007 9:28 AM  
in section httpHandlers

add path="WebResource.axd" verb="GET" type="System.Web.Handlers.AssemblyResourceLoader" validate="True"
Dax DavisUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:328


4/25/2007 9:45 AM  
I've had that happen, but it seemed to be solved for me by removing the compression in host settings.  What is it?

Dax
Javier AntoUser is Offline
Gold Membership

Posts:50

4/25/2007 10:16 AM  
i have the file webresource.axd in the Excluded Paths to avoid another javascript errors. But i don't know if the compression is the problem. I can test some days to see...
Marc MurczakUser is Offline
Registered Users
Nuke Addict
Nuke Addict
Posts:70

4/26/2007 1:20 AM  

You are right.

My suggestion didn't helped at all.

Today i got the same error as you.

Restarting IIS was helping, but cannot do it everytime :-)

 

Marc

Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:12427


4/26/2007 2:21 AM  
Hmm, in each of the config files for the modules I had to clear httphandlers and add them back with the exclusion of the RSS handler.

The reason I had to use clear / is that I needed 1 code base, and I couldn't remove the RSS handler only because it didn't exist before 4.5.

I may just put a release up for 3.1.1 to 4.4.1 and then a brand new ASP.NET 2 release for 4.5+.

If you guys are running 4.5, can you try deleting the web.config in SimpleGallery, News Articles and Feedback center (if you use them). This will tell us if that is the problem. It will stop RSS working, but it will help to diagnose the issue.

I've seen this error once on this site, but haven't been able to reproduce it.

Scott McCulloch
Site Administrator
Marc MurczakUser is Offline
Registered Users
Nuke Addict
Nuke Addict
Posts:70

4/26/2007 7:27 AM  

Dear Scot,

i have the 4.5.1 installed and will do the testing. Normally it should happen within one week, if not we all know.

 

BR

Marc

Javier AntoUser is Offline
Gold Membership

Posts:50

4/26/2007 8:46 AM  
I can confirm that in one installation that i have with DNN 4.5.0, Articles 00.05.45 and simple gallery 02.00.01 i'm not obtaining this error.
Javier AntoUser is Offline
Gold Membership

Posts:50

4/26/2007 11:12 AM  
after remove the web.config files for Articles and Simple Gallery, now are appearing errors with the RSS, at this moment i don't have errors with webresource.axd

AssemblyVersion: 04.05.00
PortalID: 20
PortalName: **
UserID: -1
UserName:
ActiveTabID: 2290
ActiveTabName: Inici
RawURL: /DesktopModules/SimpleGallery/Rss.aspx?t=2156&m=4775&tm=6866&a=45&MaxCount=10&portalid=20
AbsoluteURL: /DesktopModules/SimpleGallery/Rss.aspx
AbsoluteURLReferrer: http://www.***.com/Imatges/tabid/2156/AlbumID/4775-45/Default.aspx
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: ff3484ef-2aee-47ef-a901-d70c4960461c
InnerException: Unhandled Error:
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock
StackTrace:
Message: System.Exception: Unhandled Error: ---> System.Security.Cryptography.CryptographicException: Length of the data to decrypt is invalid.at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount)at System.Security.Cryptography.CryptoStream.FlushFinalBlock()at System.Web.Configuration.MachineKeySection.EncryptOrDecryptData(Boolean fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32 length, Boolean useValidationSymAlgo)at System.Web.Security.FormsAuthentication.Decrypt(String encryptedTicket)at DotNetNuke.Services.Syndication.RssHttpHandlerHelper.ParseChannelQueryString(HttpRequest request, String& channelName, String& userName)at DotNetNuke.Services.Syndication.RssHttpHandlerBase`3.System.Web.IHttpHandler.ProcessRequest(HttpContext context)at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)--- End of inner exception stack trace ---
Source:
Nombre del Servidor: ***
Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:12427


4/27/2007 9:18 PM  
Can you try the latest release - I think I have resolved this by using a slightly different approach that didn't involve clearing the event handlers.

Scott McCulloch
Site Administrator
Javier AntoUser is Offline
Gold Membership

Posts:50

4/29/2007 8:30 AM  
I'm installed the last versions. All are working normally now...i think that this is resolved...
Marc MurczakUser is Offline
Registered Users
Nuke Addict
Nuke Addict
Posts:70

5/02/2007 1:14 AM  

no errors no more....

Marc

Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:12427


5/02/2007 6:54 AM  
As Borat would say, "Great Success!"

Scott McCulloch
Site Administrator
Steven WebsterUser is Offline
Gold Membership
Nuke Wiz
Nuke Wiz
Posts:166


5/11/2007 4:11 PM  

Scott,
It's not just your modules. I just updated Active Forums to 3.7 last night and got this error today. Added the line to http handlers and all is well now.

Thanks to all for the solution.  This was pretty scary...all portals were throwing critical errors on the homepage no matter which modules were running. 

I'm going to let Will know about this next.


Steven Webster
Overlook Technologies
You are not authorized to post a reply.
Page 1 of 212 > >>

Forums > General > DotNetNuke Questions > webresource.axd must be registered...



ActiveForums 3.7