Parser Error Message: Could not load file or assembly 'Telerik.Web.UI' or one of its dependencies.解决方法

简介:

源码安装DotNetNuke的时候出现上述错误。

具体错误信息为:

Server Error in '/DotNetNuke' Application.
--------------------------------------------------------------------------------

Configuration Error 
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. 

Parser Error Message: Could not load file or assembly 'Telerik.Web.UI' or one of its dependencies. The system cannot find the file specified. (.../Website/web.config line 119)

Source Error: 

Line 117:      <add name="Analytics" type="DotNetNuke.HttpModules.Analytics.AnalyticsModule, DotNetNuke.HttpModules"/>
Line 118:      <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Line 119:      <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI" />
Line 120:    </httpModules>
Line 121:    <httpHandlers>

/DNN522/Website/web.config    Line: 119 


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053

 

原因:

没有找到Telerik的程序集,需要加载

 

解决方案:

将/webroot/dnn5.4.2_S/Library/Components/Telerik/bin下的Telerik.Web.UI.dll手动拷贝到/webroot/dnn5.4.2_S/Website/bin下即可解决问题。

 






本文转自xwdreamer博客园博客,原文链接:http://www.cnblogs.com/xwdreamer/archive/2010/05/30/2297134.html,如需转载请自行联系原作者

目录
相关文章
|
2月前
|
JavaScript 前端开发 API
「深入探究Web页面生命周期:DOMContentLoaded、load、beforeunload和unload事件」
在 Web 开发中,了解页面生命周期是非常重要的。页面生命周期定义了页面从加载到卸载的整个过程,包括各种事件和阶段。在本文中,我们将详细介绍四个关键事件:DOMContentLoaded、load、beforeunload 和 unload。我们将探讨这些事件的属性、API、应用场景,并提供一些代码示例和参考资料。
|
IDE 开发工具 Android开发
推荐两个高逼格Pycharm主题Material Theme UI、One Dark theme
推荐两个高逼格Pycharm主题Material Theme UI、One Dark theme
1380 0
|
Web App开发
Flutter web问题:Failed to load network image
我的解决办法: flutter build web --release --web-renderer html flutter run --web-renderer html flutter run -d chrome --web-renderer html
314 0
Flutter web问题:Failed to load network image
|
XML 自然语言处理 JavaScript
深入学习SAP UI5框架代码系列之七:控件数据绑定的三种模式 - One Way, Two Way和OneTime实现原理比较
深入学习SAP UI5框架代码系列之七:控件数据绑定的三种模式 - One Way, Two Way和OneTime实现原理比较
229 0
深入学习SAP UI5框架代码系列之七:控件数据绑定的三种模式 - One Way, Two Way和OneTime实现原理比较
|
XML 自然语言处理 前端开发
深入学习SAP UI5框架代码系列之七:控件数据绑定的三种模式 - One Way, Two Way和OneTime实现原理比较
系列目录 (0) SAP UI5应用开发人员了解UI5框架代码的意义 (1) SAP UI5 module懒加载机制 (2) SAP UI5 控件渲染机制 (3) HTML原生事件 VS SAP UI5 Semantic事件 (4) SAP UI5控件元数据的元数据实现 (5) SAP UI5控件的实例数据修改和读取逻辑 (6) SAP UI5控件数据绑定的实现原理 (7) SAP UI5控件数据绑定的三种模式:One Way, Two Way和OneTime实现原理比较(本文) (8) SAP UI5控件ID的生成逻辑 (9) SAP UI5控件的多语言(国际化,Inter
135 0
深入学习SAP UI5框架代码系列之七:控件数据绑定的三种模式 - One Way, Two Way和OneTime实现原理比较
SAP WebClient UI One Hit Navigation的实现方法
SAP WebClient UI One Hit Navigation的实现方法
SAP WebClient UI One Hit Navigation的实现方法
|
弹性计算 安全 关系型数据库
Deploy Web Apps with High Availability, Fault Tolerance, and Load Balancing on Alibaba Cloud
High Availability (HA), Fault Tolerance (FT), and Horizontal Scale Friendly (HSF) are as equally important as to functionality for web applications to run and succeed today.
3964 0
|
Web App开发 .NET C#
ASP.NET Parser Error Message: Could not load type &#39;Web.Global&#39;.
Server Error in '/myapp' Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request.
1116 0
|
Web App开发 .NET C#
ASP.NET Parser Error Message: Could not load type 'Web.Global'.
Server Error in '/myapp' Application. Parser Error Description:An error occurred during the parsing of a resource required to service this request.
707 0

热门文章

最新文章