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 ...Problem Upgrading From 5.02 to 5.05Problem Upgrading From 5.02 to 5.05
Previous
 
Next
New Post
9/21/2010 9:21 AM
 
After copying the files to my install dir. The upgrade script ran with 2 error (was not able to write down which exact ones). I believe one had to do with upgading to 5.03. I now get the following 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 2009.3.1104.35 and an indirect reference (through 'DotNetNuke.Web.UI.WebControls.DnnWindowManager') to version 2010.2.713.35. Change the direct reference to use version 2010.2.713.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>


Any ideas how to fix this?

Thanks
Patrick

 
New Post
9/21/2010 9:45 AM
 
Apparently the install of the Telerik.Web.UI.dll assembly either did not occur or failed to make a necessary change to the site's web.config file during the upgrade. Please check the <runtime> node of web.config which should look like the following with the bindingRedirect for the Telerik.Web.UI.dll highlighted in yellow. If the newVersion is not correctly set to "2010.2.713.35" please change and re-save web.config:

<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" />
        <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35" />
        <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Telerik.Web.UI" publicKeyToken="121fae78165ba3d4" />
        <!--Upgraded by DotNetNuke.Telerik.Web version 5.5.0 - Date: 8/23/2010 2:10:53 PM-->
        <!--<bindingRedirect oldVersion="2008.0.0.0-2020.0.0.0" newVersion="2010.02.0713.35" xmlns="urn:schemas-microsoft-com:asm.v1" />-->
        <bindingRedirect oldVersion="2008.0.0.0-2020.0.0.0" newVersion="2010.02.0713.35" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>

Even with this change, you may have other issues due to the second error during the upgrade so check out all functions of your site thoroughly before concluding you have a successful upgrade.

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
9/21/2010 10:09 AM
 
Thanks Bill,

Ok, that worked...along with copying the Telerik.Web.UI.dll file from the install zip to the bin folder.

Question, The Telerik Install Zip contains another file 'DotNetNuke.Telerik.Web.dnn'. Do you know what or where this file goes? Do I also need to copy this file to the bin directory? Do I need to also change the dnn to dll?

Thanks
Patrick

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Problem Upgrading From 5.02 to 5.05Problem Upgrading From 5.02 to 5.05


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