An Error has Occured. An Error has Occured.
Last Post 02/11/2012 11:32 PM by Joseph Craig. 1 Replies.
Author Messages Not Resolved
Ashutosh Vyas
Nuke Newbie
Nuke Newbie
Posts:1


--
02/11/2012 8:57 AM  
Hello All,



This is the error that comes up when I try to run my website.

This website was working fine. I even published the website to my hosting. IT was working fine on local as well as the host server.

Until one day when I tried to sync the two and downloaded all the files from the production server and database from the production server, restored the files and database locally and Ran the website.

First it was unable to even bind the website to IIS express. Then I cleaned up all the local files and created a new website and copied over all the files. The difference between the two website was the Port Number and nothing else.

Now, as expected it raised the error stating "Domain Name Does not Exist". I added the new Alias to the database and then the above mentioned error arises on Default.aspx page.

Below is the Event Log entry that was created in the Database.







AssemblyVersion
6.1.2


PortalID
0


PortalName
ThoughtQube Business Solutions


UserID
-1


UserName



ActiveTabID
56


ActiveTabName
Home


RawURL
/Default.aspx?tabid=56&error=An%20unexpected%20error%20has%20occurred&content=0


AbsoluteURL
/Default.aspx


AbsoluteURLReferrer



UserAgent
Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)


DefaultDataProvider
DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider


ExceptionGUID
7b956aaa-d768-4235-a7e5-f7b67509e22f


InnerException
'~/Telerik.Web.UI.WebResource.axd' is missing in web.config. RadStyleSheetManager requires a HttpHandler registration in web.config. Please, use the control Smart Tag to add the handler automatically, or see the help for more information: Controls > RadStyleSheetManager


FileName



FileLineNumber
0


FileColumnNumber
0


Method
Telerik.Web.UI.RadStyleSheetManager.OnPreRender


StackTrace



Message
DotNetNuke.Services.Exceptions.PageLoadException: '~/Telerik.Web.UI.WebResource.axd' is missing in web.config. RadStyleSheetManager requires a HttpHandler registration in web.config. Please, use the control Smart Tag to add the handler automatically, or see the help for more information: Controls > RadStyleSheetManager ---> System.InvalidOperationException: '~/Telerik.Web.UI.WebResource.axd' is missing in web.config. RadStyleSheetManager requires a HttpHandler registration in web.config. Please, use the control Smart Tag to add the handler automatically, or see the help for more information: Controls > RadStyleSheetManager at Telerik.Web.UI.RadStyleSheetManager.OnPreRender(EventArgs e) at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---


Source








Any help would be greatly appreciated as I am stuck and am not able to update my website.



Thanks

Ashutosh
Joseph Craig
DNN MVP
Posts:11667


--
02/11/2012 11:32 PM  
It would appear that either your web.config file got damaged, or there is a missing file. At least that would be the first thing to look for.

Joe Craig, Patapsco Research Group
Complete DNN Support


---