Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi good morning..
can any one tel me wat type of error and how to solve this error...

System.IO.FileLoadException: Could not load file or assembly 'Telerik.Web.UI, Version=2011.2.915.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)


thanks
Posted
Updated 6-Jan-22 14:27pm

You must be having multiple versions of Telerik Controls. And the referenced dll is different from the one placed in bin.
 
Share this answer
 
Comments
ythisbug 17-May-12 2:00am    
thanks for ur suggestion
Could not load file or assembly 'Telerik.Web.UI, Version=2011.2.915.35
There is an assembly version mismatch. The 'Telerik.Web.UI.dll' that you have referred in your project might be outdated or a newer version than what you are providing finally.

Remove the reference and re-add it using your current dll. Clean the app, rebuild it and run.
 
Share this answer
 
Comments
ythisbug 17-May-12 2:00am    
ok thank u
Sandeep Mewara 17-May-12 2:47am    
Welcome.
It just means that application during execution can't find an application \ third party dll and hence is complaining that.
The assembly’s name, culture, public key or version may be the cause of this issue. So please try to add this reference again and rebuild the application.
 
Share this answer
 
v2
Comments
ythisbug 17-May-12 2:00am    
thanks for ur suggestion
member60 17-May-12 5:20am    
welcome
VJ Reddy 18-May-12 0:26am    
Good suggestion. 5!
 
Share this answer
 
Comments
ythisbug 17-May-12 2:00am    
thanks
I wrote a program to fix this issue automatically: https://github.com/BackTrak/DependencyFixup/releases/tag/1.0.0.0
 
Share this answer
 
Comments
CHill60 7-Jan-22 4:30am    
Rather than resurrecting an old question why not publish the project here ? See Your GitHub Project on CodeProject[^]
Richard Deeming 7-Jan-22 4:42am    
No activity from this member for 15 years, and suddenly he's resurrecting a ten-year-old question to promote his project?

This smells like spam to me. I suspect his account may have been hijacked.
CHill60 7-Jan-22 6:22am    
It's Nick's github account - why would a spammer promote someone else's project?
Richard Deeming 7-Jan-22 6:25am    
Perhaps his GitHub account has been compromised as well?

Either way, it's still highly suspicious that his first action after 15 years is to resurrect a ten-year-old question to promote his project.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900