Click here to Skip to main content
15,899,632 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
my web application was working fine but suddenly it start to showing the error "Could not load file or assembly 'AjaxControlToolkit version 4.1.blah blah'
what to do i am using vs 2012 frame work 4.5
Posted
Updated 2-Sep-13 20:51pm
v2
Comments
[no name] 2-Sep-13 13:42pm    
Well the obvious thing to do would be go get the AjaxControlToolkit and install it.
Muhamad Faizan Khan 2-Sep-13 13:43pm    
yes i have installed i mean add reference to ref
VishwaKL 3-Sep-13 2:53am    
Check reference added or not, and make sure that ajax dll should be present in the bin folder.
abusalehrajib 7-Sep-13 0:38am    
at first u check your all .dll reference.if Ajax control toll kit dll does not exists then add this .dll into your project And also make sure that Ajax .dll should be in the bin folder.

This[^] could help you.
 
Share this answer
 
Open Your Vsual Studio 2012

type CTRL + Q

Write Package Manager Console

you have see your package manager console

type this PM > Install-Package AjaxControlToolkit

it will take 30 to 45 second

and then add this line client side

<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="Ajax" %>

Happy Coding...:-)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900