We are trying to upgrade to SF 8.2

Posted by Community Admin on 05-Aug-2018 09:56

We are trying to upgrade to SF 8.2

All Replies

Posted by Community Admin on 23-Jun-2016 00:00

Please check the problem of this assembly  :- 

Telerik.Sitefinity, Version=8.0.5700.0, Culture=neutral, PublicKeyToken=b28c218413bdf563

When we try to upgrade, it cause error regarding to this assembly Please help us to know where it is or how we can remove or install it. 

See the attached screen shot

Posted by Community Admin on 23-Jun-2016 00:00

Hi Zia,

Most likely at the bottom of your web.config you have an assembly binding listing the version 8.0.5700 you need to update it to match the following:

<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  <dependentAssembly>
    <assemblyIdentity name="Telerik.Sitefinity" publicKeyToken="b28c218413bdf563" culture="neutral"/>
    <bindingRedirect oldVersion="0.0.0.0-8.2.5900" newVersion="8.2.5900.0"/>
  </dependentAssembly>
  ...


(Pleas check the version number of 8.2.5900.0 - you might be on a different version like 8.2.5903 or something).

Since you've not used the full automatic upgrade that updates these references, you'll probably have a few more listed there with the incorrect version numbers that need to be updated.

Hope it helps,
Jochem

This thread is closed