Hi,
I was trying to install ajax in my website.But i got the following error.I am using asp.net 2.0 and the steps i followed are as follows.
1.Downloaded and run the the ASPAJAXExtSetup.msi from the the following link "http://www.microsoft.com/en-us/download/details.aspx?id=883#top"
2.Modified the web.config as mentioned by the link "http://www.asp.net/ajax/documentation/live/ConfiguringASPNETAJAX.aspx"
After doing the above things when i run the applicaion i got the error.
I googled it out and i found out that i need to refer System.Web.Extension.dll into bin directory.But i cannot find the dll in the folder C;/ProgramFiles/Microsoft ASP.NET /ASP.NET 2.0 AJAX Extensions/v 1.0.61025.
Is this the real cause of the error?Please help me out....