Hi,
Intellisense doesn't seem to work in ASPX pages for Telerik controls, in our project.
1) The assemblies(Telerik.Web.UI & Telerik.Web.Design) are added to the GAC
2) The 'web.config' refers to the latest dll's of the same.
3) The assembly is also registered in the ASPX page like below:
Intellisense doesn't seem to work in ASPX pages for Telerik controls, in our project.
1) The assemblies(Telerik.Web.UI & Telerik.Web.Design) are added to the GAC
2) The 'web.config' refers to the latest dll's of the same.
3) The assembly is also registered in the ASPX page like below:
<%
@ Register Assembly="Telerik.Web.UI", Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
4) Intellisense is working fine in the code behind files.
But, still it doesn't seem to work in the ASPX files alone. Can you please suggest a solution to enable intellisense to show up in the ASPX pages also for Telerik controls ?
We are using Visual Studio 2008 with SP1.
Thanks & Regards,
Karthik.