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

HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P... 05.05.01 to 05.06.00 errros 05.05.01 to 05.06.00 errros
Previous
 
Next
New Post
12/8/2010 9:41 PM
 
The failure occured while the installer was attempting to update several sections of the web.config configuration file, probably for the same reason that the 5.05.00 version of the CoreSiteMap provider failed ot install. I don't think that it is due to insufficient permissions on the web.config file as several other extensions as well as the 5.06.00 framework upgrade successfully make changes to web.config. That makes me wonder if one or more sections of the web.config file were corrupted on a prior install or had perhaps been manually modified  sometime in the past.

When you tried reinstalling the Telerik module and the TelerikEditorProvider provider, were there similar errors (in the Config installer) reported or logged?

One would have to compare your site's web.config with ones from a clean and working 5.05.01 and 5.06.00 DotNetNuke installation to determine if it is a corruption of web.config that is causing the failures.

Bill, WESNet Designs
Team Lead - DotNetNuke Gallery Module Project (Not Actively Being Developed)
Extensions Forge Projects . . .
Current: UserExport, ContentDeJour, ePrayer, DNN NewsTicker, By Invitation
Coming Soon: FRBO-For Rent By Owner
 
New Post
12/10/2010 12:38 PM
 

The problem was inheritInChildApplications  was added to web.config.

  <location inheritInChildApplications="false">
    <system.webServer>
    </system.web>
  </location>

I removed it from web.config file then tried Extension Wizard again for CoreSitemapProvider
Installation was successful with no errors. But this time web site was down. 
I restored the web site back to try full upgrade but this time I get following error

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: BC32206: The project currently contains references to more than one version of Telerik.Web.UI, a direct reference to version 2010.2.713.35 and an indirect reference (through 'DotNetNuke.Web.UI.WebControls.DnnWindowManager') to version 2010.2.929.35. Change the direct reference to use version 2010.2.929.35 (or higher) of Telerik.Web.UI.

Source Error:

 

Line 30:         <input id="ScrollTop" runat="server" name="ScrollTop" type="hidden" />

Line 31:         <input id="__dnnVariable" runat="server" name="__dnnVariable" type="hidden" />

Line 32:         <dnnui:DnnWindowManager ID="DnnWindowManager" runat="server" Visible="False">

Line 33:         </dnnui:DnnWindowManager>

Line 34:     </dnn:Form>

Source File: E:\Web\ Default.aspx    Line: 32

Whats should I do now ? Thanks

 
New Post
12/10/2010 4:09 PM
 
That is a fairly common error and indicates that either the latest Telerik.Web.UI.dll assembly did not get installed into the /bin folder or that the bindingRedirect for the Telerik components did not get properly updated in the web.config file. To fix:

1. Check that the Telerik.Web.UI.dll assembly now in the site's /bin folder is that of version 2010.2.929.35. If not or if you are not able to determine that, extract the package Telerik_05.06.00_Install.zip from the DotNetNuke_Community_05.06.00_Upgrade.zip that you used for the upgrade. It will be found in the upgrade package's /Install/Module folder. Then, extract the Telerik.Web.UI.dll assembly file from the Telerik_05.06.00_Install.zip package and copy to the site's /bin folder.

2. Check that the following bindingRedirect markup is found in the site's web.config file and correct the newVersion number if necessary:

<runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <probing privatePath="bin;bin\HttpModules;bin\Providers;bin\Modules;bin\Support;" />
      <dependentAssembly>
        <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35" />
        <!--Upgraded by .NET 4.0 Upgrade version 5.6.0 - Date: 11/22/2010 10:14:14 AM-->
        <!--<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" xmlns="urn:schemas-microsoft-com:asm.v1" />-->
        <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="4.0.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35" />
        <!--Upgraded by .NET 4.0 Upgrade version 5.6.0 - Date: 11/22/2010 10:14:14 AM-->
        <!--<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" xmlns="urn:schemas-microsoft-com:asm.v1" />-->
        <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="4.0.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Telerik.Web.UI" publicKeyToken="121fae78165ba3d4" />
        <!--Upgraded by DotNetNuke.Telerik.Web version 5.6.0 - Date: 11/18/2010 12:23:35 PM-->
        <!--<bindingRedirect oldVersion="2008.0.0.0-2020.0.0.0" newVersion="2010.02.0929.35" xmlns="urn:schemas-microsoft-com:asm.v1" />-->
        <bindingRedirect oldVersion="2008.0.0.0-2020.0.0.0" newVersion="2010.02.0929.35" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>

Bill, WESNet Designs
Team Lead - DotNetNuke Gallery Module Project (Not Actively Being Developed)
Extensions Forge Projects . . .
Current: UserExport, ContentDeJour, ePrayer, DNN NewsTicker, By Invitation
Coming Soon: FRBO-For Rent By Owner
 
New Post
1/23/2011 10:13 PM
 
In my case, I believe the error occurred because the node configuration/system.webServer/handlers did not exist but was referenced in the Dotnetnuke.Telerik.Web.dnn file. I manually created the handlers node and the installation completed successfully.

<node path="/configuration/system.webServer/handlers" action="update" key="name" collision="overwrite"><br>                    <add name="Telerik.Web.UI.WebResource" verb="*" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource, Telerik.Web.UI" /><br>                  </node>
 
New Post
2/18/2011 2:51 AM
 
William, thanks for this post, I followed your advise and got our site working again after upgrading.....
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P... 05.05.01 to 05.06.00 errros 05.05.01 to 05.06.00 errros


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