AjaxControlToolkit Tools aren't working.....

Last post 05-05-2008 3:00 PM by P1ST0LPETE. 2 replies.

Sort Posts:

  • AjaxControlToolkit Tools aren't working.....

    04-30-2008, 2:06 PM
    • Member
      257 point Member
    • P1ST0LPETE
    • Member since 04-15-2008, 11:15 AM
    • Posts 59

    Hi,

     I'm using Visual Web Developer 2008.  I recently installed the AjaxControlToolkit.  Followed all the instructions.  When click and drag ANY of the tools from the AjaxControlToolkit onto the page, the following line appears near the top of the page:

    <%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="cc1" %>

    Also, the controls appear like this:

    <cc1:accordion runat="server"></cc1:accordion>

     And then I get the following error:

    Unknown server tag 'cc1:accordion'

     

    Can someone plz help me solve this.  I've been troubleshooting this for literally weeks now, having installed it on 3 different machines, and having the exact same problem every time.

     Thanks

     

     

     

    P.S. - If it's not working, make sure you have your Web 2.0 drivers installed. :-)

    ----------------------------------------------

    if (this.PostHelpedYou)
    {
    MarkAsAnswer();
    }
  • Re: AjaxControlToolkit Tools aren't working.....

    05-04-2008, 10:27 AM

    Hi P1ST0LPETE ,

    Please reference to this video tutorial.   You should follow the steps restrictly.  Please make sure that you are using the right edition of AjaxControlToolkit.dll.

    Best regards,

    Jonathan

    Jonathan Shen
    Microsoft Online Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
  • Re: AjaxControlToolkit Tools aren't working.....

    05-05-2008, 3:00 PM
    Answer
    • Member
      257 point Member
    • P1ST0LPETE
    • Member since 04-15-2008, 11:15 AM
    • Posts 59

    Ok, I solved my problem.  Turns out the issue was I was storing/accessing web pages stored on a network shared folder.  Even though I have full permissions to the shared folder, windows does not view a network share as a "trusted" location, and was therefore blocking the .dll files in the bin folder.  Once I created a new project stored on my local machine, everything works correctly.

    P.S. - If it's not working, make sure you have your Web 2.0 drivers installed. :-)

    ----------------------------------------------

    if (this.PostHelpedYou)
    {
    MarkAsAnswer();
    }
Page 1 of 1 (3 items)