Hi all,
Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The system cannot find the file specified.
Please Help!!!
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit ChoudharyPosted Feb 10, 2011, 2:52 AM
Remove the reference of ajax tool kit.. and clean the web.config as well.. compile the project you'll get the error again.
now perform the steps as Suthish mentioned in above post.
Thanks.
Vijay YadavPosted Feb 10, 2011, 1:14 AM
Thanks for reply and I have done this steps also but still the same problem persist. Do you have any other idea then please help!!!
Suthish NairPosted Feb 9, 2011, 2:07 PM
2. Drag n drop a control to web page. This will create a directory entry on top level.
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
Or,
Remove or uninstall the old reference/set up of AjaxControlToolkit. Install the lastest version and follow above steps.