Unable To Use The AJAX control toolkit 3.s in Visual Studio 2005

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Vkas
    New Member
    • Feb 2009
    • 78

    #1

    Unable To Use The AJAX control toolkit 3.s in Visual Studio 2005

    HI
    I am Working on Visual studio 2005!

    i want to Use Ajax Control tool kit in my Website How to Use them!

    I HAve download AJAX Control Toolkit 3.5! and A asetup OF Ajax Extension tool V1.0

    I had Run The setup !
    add the control Tool KIT In My Tool box yet I cantnot use them! it gives me the Following Errror!

    Error 1 Indirect reference is being made to assembly System.Web.Exte nsions version 3.5.0.0, which contains 'AjaxControlToo lkit.ConfirmBut tonExtender'. This Project references a prior version of System.Web.Exte nsions version 1.0.61025.0. To use 'AjaxControlToo lkit.ConfirmBut tonExtender', you must replace the reference to System.Web.Exte nsions with version 3.5.0.0 or higher. C:\WINDOWS\Micr osoft.NET\Frame work\v2.0.50727 \Temporary ASP.NET Files\ajaxenabl edwebsite2\c1ea c8bc\9412074c\A pp_Web_l1udjb_u .0.vb


    Any one can help me Resolve this issue!
    Last edited by Frinavale; Mar 9 '09, 03:12 PM. Reason: Moved to ASP.NET Answers from .NET
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Create a new project and try using the Ajax Tool Kit there.
    Does this work?
    If so, copy the information from that web.config file into your current application.
    Now, if this doesn't fix the problem, you'll have to find the code in your project that is using the old version of the Ajax Toolkit.

    Comment

    • Vkas
      New Member
      • Feb 2009
      • 78

      #3
      Hi Ya i ahd Done that


      but now i want to use aJax tool with in My content page i add the script manger but yet the tools are not recognize how to utilize them in the content pages any idea???

      mean

      Comment

      • Frinavale
        Recognized Expert Expert
        • Oct 2006
        • 9749

        #4
        Since the Ajax Toolkit controls require there to be a ScriptManager on the page, this is a good step. The next step would be to actually add an Ajax Control from the Toolkit to the page.

        In order to do this you will have to register the Ajax Toolkit with the page. This is usually done automatically for you when you drag an Ajax control onto the page.

        Have you dragged an Ajax Control onto the page?
        Does your page have something like the following near the top?
        Code:
        <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
        If your page does not have that line (registering the Ajax Control Toolkit) then you won't be able to use any of the controls that the toolkit provides.

        Comment

        • Vkas
          New Member
          • Feb 2009
          • 78

          #5
          it worked thank you
          me working on AJAX Control tools

          Comment

          Working...