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

Could not load file or assembly 'DISABLED' or one of its dependencies

1 Answer 35 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jyoti
Top achievements
Rank 1
Jyoti asked on 29 Sep 2014, 11:02 AM
Hi,

I have a custom webpart for SharePoint 2010 and in that i am using telerik controls. when i deploy wsp and trying to add webpart on page it give me below error  

Sys.WebForms.PageRequestManagerServerErrorException: Could not load file or assembly 'DISABLED' or one of its dependencies. The system cannot find the file specified.

Please provide me solution for that.


Thanks 
Jyoti Sisodiya

1 Answer, 1 is accepted

Sort by
0
Slav
Telerik team
answered on 02 Oct 2014, 10:36 AM
H Jyoti,

Note that the message of the exception is not related to the Telerik controls, because they do not use an assembly called DISABLED.

Most probably the requested assembly is no longer available on your machine, so you need to locate its reference (it could be in web.config, in a page or in a custom web part) and remove it. If the assembly reference is in web.config, it is possible that SharePoint cached it. In this case the reference will be added in web.config each time the file is updated, for example when a web part is deployed.

Regards,
Slav
Telerik
 
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
 
Tags
General Discussions
Asked by
Jyoti
Top achievements
Rank 1
Answers by
Slav
Telerik team
Share this question
or