Error when deploying application using AJAX Control Toolkit

Last post 06-20-2009 6:44 AM by ayyapparajan. 4 replies.

Sort Posts:

  • Error when deploying application using AJAX Control Toolkit

    11-30-2007, 5:50 PM
    • Contributor
      2,105 point Contributor
    • aggiekevin
    • Member since 10-21-2006, 3:26 AM
    • Falls Church, VA
    • Posts 418

     Howdy Folks,

     I am using the AJAX Control Toolkit in a page in my web application, and it works just fine on my development PC. However, when I deploy it to the live website I get the following error

     

    Parser Error


    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: Unknown server tag 'ajax:AutoCompleteExtender'.
    Source Error:

    Line 12:       </table>
    Line 13:
    Line 14: <ajax:AutoCompleteExtender
    Line 15: runat="server"
    Line 16: ID="autoComplete"


     
    I have included the most recent (framework ver 3.5) assemblies in my Bin folder and reference them in my web.config as follows:
     
     1    <add tagPrefix="ajax" namespace="AjaxControlToolkit" assembly="AjaxControlToolkit"/>
     
    Any help?

    Thanks!
     

  • Re: Error when deploying application using AJAX Control Toolkit

    11-30-2007, 10:48 PM
    Answer
    • All-Star
      77,462 point All-Star
    • jeff@zina.com
    • Member since 09-26-2003, 10:43 AM
    • Naples, FL, USA
    • Posts 10,542
    • Moderator
      TrustedFriends-MVPs

    Is the 3.5 framework installed on the server?

    Jeff

    Blatant Self Promotion: ASP.NET 3.5 CMS Development
  • Re: Error when deploying application using AJAX Control Toolkit

    11-30-2007, 11:51 PM
    • Contributor
      2,105 point Contributor
    • aggiekevin
    • Member since 10-21-2006, 3:26 AM
    • Falls Church, VA
    • Posts 418

     No .NET framework 3.5 is not installed on the server, but can't I still use the AjaxControlToolkit DLL? I would think I'd be looking at some System.Web.Extensions version error instead of just a "Cannot find this control". The reason I mention this is because a coworker of mine who does not have 3.5 installed on his machine was able to run this on his machine with no problem.

  • Re: Error when deploying application using AJAX Control Toolkit

    11-30-2007, 11:58 PM
    • Contributor
      2,105 point Contributor
    • aggiekevin
    • Member since 10-21-2006, 3:26 AM
    • Falls Church, VA
    • Posts 418

     Ok, the problem is occurring because I do not have 3.5 installed on the server. I went ahead and downloaded the older version of the AjaxControlToolkit library (since I do not have the ability to update the server with 3.5) and its working now.

     Problem solved. Thanks!
     

  • Re: Error when deploying application using AJAX Control Toolkit

    06-20-2009, 6:44 AM
    • Member
      10 point Member
    • ayyapparajan
    • Member since 06-08-2009, 3:28 AM
    • Posts 5

     Hi,

     I am using "AjaxControlToolkit - TabContainer" my local machine working fine, when i publish below error is coming,

    Parser Error

    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.

    Source Error:

    Line 1:  <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" %>
    Line 2:
    Line 3: <%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="cc1" %>
     

    Any one face this problem, can you answer me plz. Advance in Thanks

    Thanks

    Ayyappan

Page 1 of 1 (5 items)