The above error occurs when dotnetnuke is installed in the source code.
The specific error message is:
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: cocould 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: Line 121:
/Dnn522/website/Web. config line: 119
--------------------------------------------------------------------------------
Version Information: Microsoft. NET Framework Version: 2.0.50727.3053; ASP. NET version: 2.0.50727.3053
Cause:
Telerik assembly not found, need to load
Solution:
Set telerik under/webroot/dnn5.4.2 _ S/library/components/telerik/bin. web. UI. dll can be manually copied to/webroot/dnn5.4.2 _ S/website/bin to solve the problem.