ASP.NET Ajax client-side framework failed to load

Discussion in 'ASP.NET / ASP.NET Core' started by BobH, Dec 23, 2008.

  1. Has anyone encountered this error? I am currently using VS 2008 and Ajax Control Toolkit. I have loaded the Toolkit DLL in the bin directory, but the application is not finding it. Any ideas?
     
  2. Chuck,


    Firefox error console shows the error triggered bythis line of code. I suspect you are probably familiar with this, however this line of javascript is inserted by the Server as a result of:


    <asp:ScriptManager ID="ScriptManager1" runat="server">


    </asp:ScriptManager>if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.');Ajax is checking to make sure that the appropriate java "libraries" loaded.
     
  3. I am getting this too, does anyone know how to install on server?
     
  4. I am still getting the following

    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

    Parser Error Message: Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The system cannot find the file specified.

    I have the dll in the in directory
     

Share This Page