I have the following code on a simple .aspx page:
| <telerik:RadAjaxPanel id="rap1" runat="server"> |
| <!-- This gives an error saying 'RadToolTipManager' is not a known element. --> |
| <telerik:RadToolTipManager runat="server" id="tipManager" /> |
| </telerik:RadAjaxPanel> |
Is there a reason for this? The RadToolTipManager does work within the application in this scenario. I am just wondering why it says there is an error.