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

Could not load file or assembly 'Telerik.Web.UI' or one of its dependencies

1 Answer 264 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Rosco
Top achievements
Rank 1
Rosco asked on 26 Mar 2010, 03:30 AM
Hi. I am getting the following error when trying to run my asp.net application.

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. Strong name signature could not be verified.  The assembly may have been tampered with, or it was delay signed but not fully signed with the correct private key. (Exception from HRESULT: 0x80131045) (C:\Projects\Life\Life.Web.UI\web.config line 87)

Line 85: 		<httpModules>
Line 86: 			<clear/>
Line 87: <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule"/>Line 88: 			<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Line 89: 		</httpModules>

The application was working fine yesterday. I didn't mess around with any of the project references, nor did I edit the web.config file. Does anyone know how to fix this error?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 26 Mar 2010, 10:42 AM

Hi Rosco,

Can you try deleting the Telerik.Web.UI assembly from your project and insert it again as suggested in the forum discussion?

Thanks,

Princy.

Tags
General Discussions
Asked by
Rosco
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or