This is a migrated thread and some comments may be shown as answers.

Upgraded from the Telerik (2013.2.717.40) to (2014.3.1209.40)

1 Answer 218 Views
Report a bug
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Blessy Antony
Top achievements
Rank 1
Blessy Antony asked on 24 Feb 2015, 01:27 PM
We have upgraded from the Telerik (2013.2.717.40) with the new version (2014.3.1209.40) in our project.
We get the following error:
Could not load file or assembly 'Telerik.Web.UI, Version=2013.2.717.40, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040 This is still referring old version even when we have upgraded to new version.

Please advice.

Thanks.

1 Answer, 1 is accepted

Sort by
0
Blessy Antony
Top achievements
Rank 1
answered on 24 Feb 2015, 03:17 PM
We were able to resolve this issue by adding following code in web.config 
<dependentAssembly>
        <assemblyIdentity name="Telerik.Web.UI" publicKeyToken="121fae78165ba3d4" />
        <bindingRedirect oldVersion="2013.2.717.40" newVersion="2014.3.1209.40" />
 </dependentAssembly>

Currently we are facing following issue.

1. ControlName  'RadEditor1' does not exist in the current context
2. ControlName  'PreviewDocuments' does not exist in the current context 

Please advise.




Tags
Report a bug
Asked by
Blessy Antony
Top achievements
Rank 1
Answers by
Blessy Antony
Top achievements
Rank 1
Share this question
or