meenu
 Nuke Master Posts:203

 |
| 04/02/2011 11:09 AM |
|
upgraded my DNN site from 4.8 to 5.6.2 . i have a virtual directery under dnn site.It was working fine with dnn 4.8. but when i do upgrade the virtual directory showing me the error like as follows Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Could not load type 'DotNetNuke.Services.UserProfile.UserProfilePageHandler' from assembly 'DotNetNuke'. Source Error: Line 104: Line 105: Line 106: Line 107: Line 108: |
|
|
|
|
Joseph Craig DNN MVP Posts:11667

 |
|
meenu
 Nuke Master Posts:203

 |
| 04/04/2011 7:14 AM |
|
i upgrade 4.8 to 5.6.2 step by step. But still getting an error like as folows Parser Error Message: Could not load type 'DotNetNuke.Services.UserProfile.UserProfilePageHandler' from assembly 'DotNetNuke'. Source Error: Line 105: Line 106: Line 107: Line 108: Line 109: Version Information: Microsoft .NET Framework Version:2.0.50727.3615; ASP.NET Version:2.0.50727.3618 |
|
|
|
|
meenu
 Nuke Master Posts:203

 |
| 04/04/2011 12:55 PM |
|
Hi joe let me describe my pblm in detailed way. IN IIS6 i upgraded DNN 4.8 to 5.6.2 successfully(step by step upgradation did) my DNN site name is www.web1.com,under this site i created one virtual directory which is pointing to one of my asp.net project.in DNN site i have a link button,when i click this link button my virtual directory default.aspx page willl popup.Everything was working fine with DNN 04.08. after upgrade all other modules are working perfectly,only the problem is when i clck link button to access the virtual directory default.aspx page i am getting the error what i mentioned.The error disappears when i commented the following lines in web.config file. if i comment these lines any other problems will arise or not? <!-- --><!-- --><!-- --><!-- --><!-- --><!-- --><!-- --><!-- --> <!-- --> |
|
|
|
|
meenu
 Nuke Master Posts:203

 |
| 04/04/2011 12:59 PM |
|
add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false" add verb="*" path="User.aspx" type="DotNetNuke.Services.UserProfile.UserProfilePageHandler, DotNetNuke" add verb="*" path="Sitemap.aspx" type="DotNetNuke.Services.Sitemap.SitemapHandler, DotNetNuke" add verb="*" path="*.htmtemplate" type="DotNetNuke.HtmlEditor.TelerikEditorProvider.HtmTemplateFileHandler, DotNetNuke.HtmlEditor.TelerikEditorProvider" add verb="*" path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.Upload.RadUploadProgressHandler, Telerik.Web.UI" add verb="*" path="*.htmtemplate" type="DotNetNuke.HtmlEditor.TelerikEditorProvider.HtmTemplateFileHandler, DotNetNuke.HtmlEditor.TelerikEditorProvider" add verb="*" path="*.htmtemplate" type="DotNetNuke.HtmlEditor.TelerikEditorProvider.HtmTemplateFileHandler, DotNetNuke.HtmlEditor.TelerikEditorProvider" add verb="*" path="Telerik.Web.UI.WebResource.axd" validate="false" type="Telerik.Web.UI.WebResource, Telerik.Web.UI" add verb="*" path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="true" add verb="*" path="*.htmtemplate" type="DotNetNuke.HtmlEditor.TelerikEditorProvider.HtmTemplateFileHandler, DotNetNuke.HtmlEditor.TelerikEditorProvider" |
|
|
|
|
meenu
 Nuke Master Posts:203

 |
| 04/04/2011 1:00 PM |
|
Posted By meenu on 2011-04-04 12:59 PM see |
|
|
|
|
meenu
 Nuke Master Posts:203

 |
| 04/04/2011 1:02 PM |
|
Posted By meenu on 2011-04-04 01:00 PM Posted By meenu on 2011-04-04 12:59 PM see |
|
|
|
|
Joseph Craig DNN MVP Posts:11667

 |
| 04/04/2011 5:44 PM |
|
Try putting that into a file and attach it to a message. |
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
meenu
 Nuke Master Posts:203

 |
| 04/05/2011 11:28 PM |
|
Hi joe , attached is the lines what i commented in the web.config.Now the site is working perfect.I want to know whether this will affect the site in any other ways? |
|
|
|
|
Joseph Craig DNN MVP Posts:11667

 |
| 04/06/2011 6:40 AM |
|
I'm surprised that your site even works. If you removed the closing httphandlers tag, that should break it for sure. As for the other lines, removing them should have broken anything that has to do with AJAX. How did you determine to remove those lines? |
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
meenu
 Nuke Master Posts:203

 |
| 04/06/2011 2:56 PM |
|
dear joe , because i got error message one by one in website which is showing that the line number in web.config .so i commented each line one by one.i commented only 8 lines of code inside httphandlers (attached here with). i am not using ajax controls.
|
|
|
|
|
Joseph Craig DNN MVP Posts:11667

 |
| 04/06/2011 5:32 PM |
|
You probably need that for the AJAX that is in the core and in other modules. Did you do the upgrade in one step, or did you follow the recommended steps? |
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
Joseph Craig DNN MVP Posts:11667

 |
| 04/06/2011 5:39 PM |
|
On the other hand, if it is working, you might just leave it alone until you find something that is broken. Then, deal with that issue. |
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
meenu
 Nuke Master Posts:203

 |
| 04/06/2011 6:09 PM |
|
yah u r rgt...i did recommended upgrade ie.from version to version |
|
|
|
|
meenu
 Nuke Master Posts:203

 |
| 04/08/2011 4:59 PM |
|
dear joe, i solved this issue without commenting the lines in web.config. i copied "bin" folder from dnn site and paste that in to the virtual directory site... working fine............... |
|
|
|
|
Joseph Craig DNN MVP Posts:11667

 |
|