找到的程序集的清单定义与程序集引用不匹配. (来自HRESULT的异常:0x80131040)?

编程入门 行业动态 更新时间:2024-10-24 06:38:15
本文介绍了找到的程序集的清单定义与程序集引用不匹配. (来自HRESULT的异常:0x80131040)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

早上好.. 谁能给我打电话错误类型以及如何解决此错误...

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

推荐答案

您必须具有多个版本的Telerik Controls.所引用的dll与放置在bin中的dll是不同的. You must be having multiple versions of Telerik Controls. And the referenced dll is different from the one placed in bin.

无法加载文件或程序集" Telerik.Web.UI,Version = 2011.2.915.35 程序集版本不匹配.您在项目中引用的"Telerik.Web.UI.dll"可能已过时或比最终提供的版本更高. 删除引用,然后使用您当前的dll重新添加它.清理应用程序,然后重新构建并运行. 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.

这只是意味着应用程序在执行过程中找不到应用程序\第三方dll,因此会抱怨. 程序集的名称,区域性,公钥或版本可能是导致此问题的原因.因此,请尝试再次添加此引用,然后重新构建应用程序. 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.

更多推荐

找到的程序集的清单定义与程序集引用不匹配. (来自HRESULT的异常:0x80131040)?

本文发布于:2023-11-03 16:09:39,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1555534.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:程序   清单   不匹配   异常   定义

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!