Working with ASP,NET Ajax beta 2 and the November CTP Futures I have seen posts a couple of times about getting an error when adding the AutoCompleteExtender to an aspx page: "Element 'AutoCompleteExtender' is not a known element"
As suggested in other posts, I have made the following change to my Web.config:
RonaldLips
Member
10 Points
2 Posts
Beta 2 AutoCompleteExtender - Element 'AutoCompleteExtender' is not a known element
Nov 14, 2006 11:36 AM|LINK
Hi,
Working with ASP,NET Ajax beta 2 and the November CTP Futures I have seen posts a couple of times about getting an error when adding the AutoCompleteExtender to an aspx page: "Element 'AutoCompleteExtender' is not a known element"
As suggested in other posts, I have made the following change to my Web.config:
<add tagPrefix="ajax" namespace="Microsoft.Web.Preview.UI" assembly="Microsoft.Web.Preview"/>
<add tagPrefix="ajax" namespace="Microsoft.Web.Preview.UI.Controls" assembly="Microsoft.Web.Preview"/>
However, this does not solve the issue for me. I am stuck with the problem now and hope you can help out here.
thanks,
Ronald
AutoCompleteExtender