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();
}