Hi All:
I've had an AJAX enabled web site running for approx. 1 month now. One of my tab controls now prevents me from getting a working build. In Visual Studio 2005 It displays "error creating control: unknown server tag AJAX toolkit.tabControl". My build attempt hilights several hundred errors in my source code where i try to reference any tab control property. Including this
<system.web.ui.control runat="server">
I've looked at my current web.config and system.web.ui.control is not in the assemblys section.
While trying to solve my problem i've uninsatlled, and then re-installed all my AJAX software.
How can I get my website to build again?
TIA
jhh
Hi,
It's likely to be caused by not configuring ajax correctly. Please refer to this document for how to configure ajax:
http://asp.net/ajax/documentation/live/ConfiguringASPNETAJAX.aspx
I'm not sure if it's your typo, the control's class name is TabContainer, rather than tabcontrol.
No comments:
Post a Comment