Hey, I know there have probably been hundreds of these threads already - I've probably read most of them.
I just can't seem to get the toolkit to work when I'm converting from an ASP.NET site I've already made.
In VS2005 I can go File -> New -> Website -> AJAX Control Toolkit Website and everything works fine.
When I try to use the toolkit in a site I made with only ASP.NET, I continually get the" '*extenderName* is not a known element" whether it be AutoCompleteExtender or whatever.
I also get the Unknown server tag 'ajaxToolkit:whatever' error message.
I think I've added the .dll correctly (I right-clicked on my project -> Add Reference -> AjaxControlToolkit.dll)
I cut & paste the web.config file from the working AJAX Control Toolkit Website to my ASP.NET site. I've also added the items to the toolbox as per the AJAX walkthroughs but when I drag/drop them into my .aspx files I get the same error messages as above.
I'm pretty stumped as to what to do next. The project I'm trying to convert now looks the same as the working AJAX Control Toolkit Website (same web.config file, same files in the Bin dir).
Any assistance would be greatly appreciated as I don't want to start from scratch.