Hello, I've seen a number of posts here about this error, and I have tried many of the proposed solutions but I just cannot get this error solved. Here is some background information that I hope will help to solve this... I have a Master Page type ASP.NET 3.5 web application, and I've uploaded the AjaxControlToolkit.dll to my application's Bin folder in order to use some UpdatePanel, and UpdateProgress controls on some of my pages. My home page works (http://www.forsalebyowner-max.com/) but when I go to the Property search page (http://www.forsalebyowner-max.com/PropertySearch.aspx) I get a "Done with errors" message which points to the AJAX framework not being loaded. Here is a piece of my web.config file: Code: <httpHandlers> <remove verb="*" path="*.asmx" /> <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false" /> </httpHandlers> <httpModules> <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> </httpModules> I am not sure where to go from here and any help on this would be greatly appreciated. Thank you in advance. - George
I forgot to mention, this web appication works on my local development machine without errors. The errors only come when it's uploaded to DiscountASP.net server and used from there.
sys is undefined error Hi , I have use ajaxcontrolToolkit . when i run toolkit control it give sys is undefined error How to solve this . Please help me . Thanks, Dipal Panchal
Hi, Here's a long thread that has been going on for about 4 years now: http://forums.asp.net/p/1040236/1446560.aspx The most likely reason you are getting this is the web.config sections are missing. All the best, Mark