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

assembly's manifest definition does not match the assembly reference

1 Answer 1728 Views
Installer and VS Extensions
This is a migrated thread and some comments may be shown as answers.
deepak
Top achievements
Rank 2
deepak asked on 01 Aug 2011, 06:24 PM
Hi,
i am getting the following error

Could not load file or assembly 'Telerik.Web.UI, Version=2010.1.309.35, 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)

How can i resolve this?

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 02 Aug 2011, 09:19 AM
Hello Deepak,
I am sorry to hear you are experiencing such issues.

The most common cause for the issue you experience is an old Register node in an .aspx or .master file. You could use the Find and Replace dialog to look for "2010.1.309" and remove any leftover Register nodes.

Referencing a project or assembly, which uses a version of Telerik.Web.UI, different than the one your current project references could cause the issue you experience as well. If that is the case, you could do one of two things: 
  • Add an appropriate binding redirect to your web.config (more info)
  • Recompile your dependent assembly using the latest Telerik.Web.UI.dll

Please do not hesitate to contact us if you experience any further issues.

Best regards,
Andrey
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Installer and VS Extensions
Asked by
deepak
Top achievements
Rank 2
Answers by
Andrey
Telerik team
Share this question
or