Click here to Skip to main content
15,894,362 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi All,

I am using AjaxcontrolToolKit.dll in my project as a reference.But i also need System.Web.Ajax.dll to add as a reference in my project.But,i don`t have that in the project Library.Where can i download that dll and how can i add that in my project.

I really appriciate your help

Thanks,
Priya.
Posted
Comments
Sergey Alexandrovich Kryukov 19-Jun-12 13:25pm    
Did you install ASP.NET Ajax toolkit?
--SA
Sandeep Mewara 19-Jun-12 15:13pm    
i also need System.Web.Ajax.dll
Why? What for?
ZurdoDev 19-Jun-12 16:15pm    
We use the Ajax Control Toolkit but do not need System.Web.Ajax.

1 solution

The following article appears to be the same problem.

http://stackoverflow.com/questions/2793778/could-not-load-file-or-assembly-system-web-ajax-version-3-0-31106-0[^]

You can't just reference the Ajax Control Tool Kit. Often when you install tool kits you need to run an installer, this will add the dependencies for the tool kit to the global assembly cache (GAC). It's important to remember this as you'll also have to install the component on any test/production servers when deploying your solution.

The following link is the download page for the toolkit. Download it and run the installer:

http://ajaxcontroltoolkit.codeplex.com/[^]
 
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