I am trying to get the prometheus controls working in Visual Studio web developer and they are constantly giving me an error: For every control on the page (telerik controls) with the exception of the RadAjaxPanel I am getting the following errors:
Error 1 Element 'RadTreeView' is not a known element. This can occur if there is a compilation error in the Web site.
Error 2 Validation (Internet Explorer 6): Element 'nodes' is not supported.
and so on down the list of controls. I am using a chart, grid and tree on this page. None of which make it through the debugger (although they all work correctly)
I have the following references in my pages (asp.net with c# codebehind).
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<%@ Register TagPrefix="telerik" Namespace="Telerik.Charting" Assembly="Telerik.Charting" %>
using Telerik.Web.UI;
using Telerik.Charting;
Any help would be appreciated I can't seem to figure out why this isn't working (well it is working but it's blowing up VS) Thanks in advance.
~David
Error 1 Element 'RadTreeView' is not a known element. This can occur if there is a compilation error in the Web site.
Error 2 Validation (Internet Explorer 6): Element 'nodes' is not supported.
and so on down the list of controls. I am using a chart, grid and tree on this page. None of which make it through the debugger (although they all work correctly)
I have the following references in my pages (asp.net with c# codebehind).
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<%@ Register TagPrefix="telerik" Namespace="Telerik.Charting" Assembly="Telerik.Charting" %>
using Telerik.Web.UI;
using Telerik.Charting;
Any help would be appreciated I can't seem to figure out why this isn't working (well it is working but it's blowing up VS) Thanks in advance.
~David