I get this error when trying to use the latest ajaxToolKit NET4.
I’ve downloaded it, extracted it as described in the instructions and selected the dll in the toolkit and its loaded ok.
The code I’ve added is for a simple calender off a textbox using the extension calender
<asp:TextBox ID="txtDateFrom" runat="server" CausesValidation="true" >
</asp:TextBox>
<ajax:calendarextender ID="ce1" runat="server" Format="dd-MM-yyyy"
TargetControlID="txtStartDate" PopupPosition="Right" >
</ajax:calendarextender>
Am I missing something obvious?
Have you included the library as a Page directive on that page?
Also don’t forget to add the script manager – though I don’t think that would account for the error